#c96243

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

Shades of Dark Coral #C96243

Tints of Dark Coral #C96243

Color information

#C96243 (or 0xC96243) is unknown color: approx Dark Coral. HEX triplet: C9, 62 and 43. RGB value is (201,98,67). Sum of RGB (Red+Green+Blue) = 201+98+67=366 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.92% from 366); Green value is 98 (38.67% from 255 or 26.78% from 366); Blue value is 67 (26.56% from 255 or 18.31% from 366); Max value from RGB is 201 - color contains mainly: red. Hex color #C96243 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96243 is #369DBC. Grayscale: #7D7D7D. Windows color (decimal): -3579325 or 4416201. OLE color: 4416201.

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

Color convert

RGB2019867-
CMYK00.510.670.21
HSL13.88º55.37%52.55%-
HSV(B)13.88º66.67%78.82%-
XYZ29.4721.567.92-
YUV125.2695.12182.02-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 54.92%
GREEN value IS 98 (38.67% from 255) = 26.78%
BLUE value IS 67 (26.56% from 255) = 18.31%
R=54.92%
G=26.78%
B=18.31%

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
Decimal201986700.510.670.2113.8855.3752.55
HexC962430334315e3735
Octal31114210306310325166765
Binary110010011100010100001101100111000011101011110110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c96243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c96243; }

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

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

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

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

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

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

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

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