#C96344

Color #C96344 Dark Coral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Coral #C96344

Tints of Dark Coral #C96344

Color information

#C96344 (or 0xC96344) is unknown color: approx Dark Coral. HEX triplet: C9, 63 and 44. RGB value is (201,99,68). Sum of RGB (Red+Green+Blue) = 201+99+68=368 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.62% from 368); Green value is 99 (39.06% from 255 or 26.90% from 368); Blue value is 68 (26.95% from 255 or 18.48% from 368); Max value from RGB is 201 - color contains mainly: red. Hex color #C96344 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96344 is #369CBB. Grayscale: #7E7E7E. Windows color (decimal): -3579068 or 4481993. OLE color: 4481993.

HSL color Cylindrical-coordinate representation of color #C96344: hue angle of 13.98º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C96344 is Cyan = 0, Magento = 0.51, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB2019968-
CMYK00.510.660.21
HSL13.98º55.19%52.75%-
HSV(B)13.98º66.17%78.82%-
XYZ29.5921.768.11-
YUV125.9695.29181.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 201 (78.91% from 255) = 54.62%
GREEN value IS 99 (39.06% from 255) = 26.90%
BLUE value IS 68 (26.95% from 255) = 18.48%
R=54.62%
G=26.90%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.66
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201996800.510.660.2113.9855.1952.75
HexC963440334215e3735
Octal31114310406310225166765
Binary110010011100011100010001100111000010101011110110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96344; }

 p { color: rgb(201,99,68); }

 H1.HeaderClassName
 {
   color: #C96344;
 }
 .AnyTagClassName
 {
   color: #C96344;
 }
</style>
background-color css

<style>
 a { background-color: #C96344; }

 a { background-color: rgb(201,99,68); }

 div.DivClassName
 {
   background-color: #C96344;
 }
 .BgClassName
 {
   background-color: #C96344;
 }
</style>
border-color css

<style>
 span { border-color: #C96344; }

 span { border-color: rgb(201,99,68); }

 td.TdClassName
 {
   border-color: #C96344;
 }
 .TagClassName
 {
   border-color: #C96344;
 }
</style>