Html Css Color HEX #CB5942 Dark Coral

📋 copy color: '#CB5942'

red 203 ◦ green 89 ◦ blue 66

#CB5942
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Coral #CB5942

Tints of Dark Coral #CB5942

RGB

 RED value IS 203 (79.69% from 255) = 56.7%

 GREEN value IS 89 (35.16% from 255) = 24.86%

 BLUE value IS 66 (26.17% from 255) = 18.44%

R = 56.7%
G = 24.86%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#CB5942 (or 0xCB5942) is known color: Dark Coral. HEX triplet: CB, 59 and 42. RGB value is (203,89,66). Sum of RGB (Red+Green+Blue) = 203+89+66=358 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.70% from 358); Green value is 89 (35.16% from 255 or 24.86% from 358); Blue value is 66 (26.17% from 255 or 18.44% from 358); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5942 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5942 is #34A6BD. Grayscale: #787878. Windows color (decimal): -3450558 or 4348363. OLE color: 4348363.

HSL color Cylindrical-coordinate representation of color #CB5942: hue angle of 10.07º 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 #CB5942 is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 89 66 -
CMYK 0 0.56 0.67 0.20
HSL 10.07º 0.57% 0.53% -
HSV(B) 10.07º 0.67% 0.8% -
XYZ 29.18 20.23 7.52 -
YUV 120.46 97.27 186.87 -
System Red Green Blue C M Y K H S L
Decimal 203 89 66 0 0.56 0.67 0.20 10.07 0.57 0.53
Hex CB 59 42 0 38 43 14 A 39 35
Octal 313 131 102 0 70 103 24 12 71 65
Binary 11001011 1011001 1000010 0 111000 1000011 10100 1010 111001 110101

Color Harmonies of #CB5942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5942

Black with #CB5942

Text Example


Text Example

White with #CB5942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5942; }

 p { color: rgb(203,89,66); }

 H1.HeaderClassName
 {
   color: #CB5942;
 }
 .AnyTagClassName
 {
   color: #CB5942;
 }
</style>

background-color css

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

 a { background-color: rgb(203,89,66); }

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

border-color css

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

 span { border-color: rgb(203,89,66); }

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