#C96242

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

Shades of Dark Coral #C96242

Tints of Dark Coral #C96242

Color information

#C96242 (or 0xC96242) is unknown color: approx Dark Coral. HEX triplet: C9, 62 and 42. RGB value is (201,98,66). Sum of RGB (Red+Green+Blue) = 201+98+66=365 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.07% from 365); Green value is 98 (38.67% from 255 or 26.85% from 365); Blue value is 66 (26.17% from 255 or 18.08% from 365); Max value from RGB is 201 - color contains mainly: red. Hex color #C96242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96242 is #369DBD. Grayscale: #7D7D7D. Windows color (decimal): -3579326 or 4350665. OLE color: 4350665.

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

Color convert

RGB2019866-
CMYK00.510.670.21
HSL14.22º55.56%52.35%-
HSV(B)14.22º67.16%78.82%-
XYZ29.4421.557.76-
YUV125.1594.62182.1-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 55.07%
GREEN value IS 98 (38.67% from 255) = 26.85%
BLUE value IS 66 (26.17% from 255) = 18.08%
R=55.07%
G=26.85%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201986600.510.670.2114.2255.5652.35
HexC962420334315e3834
Octal31114210206310325167064
Binary110010011100010100001001100111000011101011110111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96242; }

 p { color: rgb(201,98,66); }

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

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

 a { background-color: rgb(201,98,66); }

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

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

 span { border-color: rgb(201,98,66); }

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