#cb6043

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

Shades of Dark Coral #CB6043

Tints of Dark Coral #CB6043

Color information

#CB6043 (or 0xCB6043) is unknown color: approx Dark Coral. HEX triplet: CB, 60 and 43. RGB value is (203,96,67). Sum of RGB (Red+Green+Blue) = 203+96+67=366 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.46% from 366); Green value is 96 (37.89% from 255 or 26.23% from 366); Blue value is 67 (26.56% from 255 or 18.31% from 366); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6043 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6043 is #349FBC. Grayscale: #7C7C7C. Windows color (decimal): -3448765 or 4415691. OLE color: 4415691.

HSL color Cylindrical-coordinate representation of color #CB6043: hue angle of 12.79º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB6043 is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.20.

Color convert

RGB2039667-
CMYK00.530.670.20
HSL12.79º56.67%52.94%-
HSV(B)12.79º67%79.61%-
XYZ29.8221.477.88-
YUV124.6995.45183.86-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 55.46%
GREEN value IS 96 (37.89% from 255) = 26.23%
BLUE value IS 67 (26.56% from 255) = 18.31%
R=55.46%
G=26.23%
B=18.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.67
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203966700.530.670.2012.7956.6752.94
HexCB60430354314d3935
Octal31314010306510324157165
Binary110010111100000100001101101011000011101001101111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb6043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb6043; }

 p { color: rgb(203,96,67); }

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

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

 a { background-color: rgb(203,96,67); }

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

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

 span { border-color: rgb(203,96,67); }

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