Html Css Color HEX #CB5642 Dark Coral

📋 copy color: '#CB5642'

red 203 ◦ green 86 ◦ blue 66

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

Shades of Dark Coral #CB5642

Tints of Dark Coral #CB5642

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.23%

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

R = 57.18%
G = 24.23%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#CB5642 (or 0xCB5642) is known color: Dark Coral. HEX triplet: CB, 56 and 42. RGB value is (203,86,66). Sum of RGB (Red+Green+Blue) = 203+86+66=355 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.18% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 66 (26.17% from 255 or 18.59% from 355); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5642 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5642 is #34A9BD. Grayscale: #767676. Windows color (decimal): -3451326 or 4347595. OLE color: 4347595.

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

Color convert

RGB 203 86 66 -
CMYK 0 0.58 0.67 0.20
HSL 8.76º 0.57% 0.53% -
HSV(B) 8.76º 0.67% 0.8% -
XYZ 28.94 19.75 7.44 -
YUV 118.7 98.26 188.13 -
System Red Green Blue C M Y K H S L
Decimal 203 86 66 0 0.58 0.67 0.20 8.76 0.57 0.53
Hex CB 56 42 0 3A 43 14 9 39 35
Octal 313 126 102 0 72 103 24 11 71 65
Binary 11001011 1010110 1000010 0 111010 1000011 10100 1001 111001 110101

Color Harmonies of #CB5642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5642

Black with #CB5642

Text Example


Text Example

White with #CB5642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5642; }

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

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

background-color css

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

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

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

border-color css

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

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

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