#C96145

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

Shades of Dark Coral #C96145

Tints of Dark Coral #C96145

Color information

#C96145 (or 0xC96145) is unknown color: approx Dark Coral. HEX triplet: C9, 61 and 45. RGB value is (201,97,69). Sum of RGB (Red+Green+Blue) = 201+97+69=367 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.77% from 367); Green value is 97 (38.28% from 255 or 26.43% from 367); Blue value is 69 (27.34% from 255 or 18.80% from 367); Max value from RGB is 201 - color contains mainly: red. Hex color #C96145 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96145 is #369EBA. Grayscale: #7D7D7D. Windows color (decimal): -3579579 or 4547017. OLE color: 4547017.

HSL color Cylindrical-coordinate representation of color #C96145: hue angle of 12.73º 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 #C96145 is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB2019769-
CMYK00.520.660.21
HSL12.73º55%52.94%-
HSV(B)12.73º65.67%78.82%-
XYZ29.4421.48.21-
YUV124.996.46182.28-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 54.77%
GREEN value IS 97 (38.28% from 255) = 26.43%
BLUE value IS 69 (27.34% from 255) = 18.80%
R=54.77%
G=26.43%
B=18.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.66
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201976900.520.660.2112.735552.94
HexC961450344215d3735
Octal31114110506410225156765
Binary110010011100001100010101101001000010101011101110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96145; }

 p { color: rgb(201,97,69); }

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

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

 a { background-color: rgb(201,97,69); }

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

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

 span { border-color: rgb(201,97,69); }

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