Html Css Color HEX #CB5742 Dark Coral

📋 copy color: '#CB5742'

red 203 ◦ green 87 ◦ blue 66

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

Shades of Dark Coral #CB5742

Tints of Dark Coral #CB5742

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.44%

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

R = 57.02%
G = 24.44%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#CB5742 (or 0xCB5742) is known color: Dark Coral. HEX triplet: CB, 57 and 42. RGB value is (203,87,66). Sum of RGB (Red+Green+Blue) = 203+87+66=356 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.02% from 356); Green value is 87 (34.38% from 255 or 24.44% from 356); Blue value is 66 (26.17% from 255 or 18.54% from 356); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5742 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5742 is #34A8BD. Grayscale: #777777. Windows color (decimal): -3451070 or 4347851. OLE color: 4347851.

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

Color convert

RGB 203 87 66 -
CMYK 0 0.57 0.67 0.20
HSL 9.2º 0.57% 0.53% -
HSV(B) 9.2º 0.67% 0.8% -
XYZ 29.02 19.91 7.47 -
YUV 119.29 97.93 187.71 -
System Red Green Blue C M Y K H S L
Decimal 203 87 66 0 0.57 0.67 0.20 9.2 0.57 0.53
Hex CB 57 42 0 39 43 14 9 39 35
Octal 313 127 102 0 71 103 24 11 71 65
Binary 11001011 1010111 1000010 0 111001 1000011 10100 1001 111001 110101

Color Harmonies of #CB5742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5742

Black with #CB5742

Text Example


Text Example

White with #CB5742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5742; }

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

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

background-color css

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

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

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

border-color css

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

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

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