Html Css Color HEX #CB5947 Dark Coral

📋 copy color: '#CB5947'

red 203 ◦ green 89 ◦ blue 71

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

Shades of Dark Coral #CB5947

Tints of Dark Coral #CB5947

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 19.56%

R = 55.92%
G = 24.52%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CB5947 (or 0xCB5947) is known color: Dark Coral. HEX triplet: CB, 59 and 47. RGB value is (203,89,71). Sum of RGB (Red+Green+Blue) = 203+89+71=363 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.92% from 363); Green value is 89 (35.16% from 255 or 24.52% from 363); Blue value is 71 (28.12% from 255 or 19.56% from 363); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5947 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5947 is #34A6B8. Grayscale: #797979. Windows color (decimal): -3450553 or 4676043. OLE color: 4676043.

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

Color convert

RGB 203 89 71 -
CMYK 0 0.56 0.65 0.20
HSL 8.18º 0.56% 0.54% -
HSV(B) 8.18º 0.65% 0.8% -
XYZ 29.34 20.3 8.33 -
YUV 121.03 99.77 186.46 -
System Red Green Blue C M Y K H S L
Decimal 203 89 71 0 0.56 0.65 0.20 8.18 0.56 0.54
Hex CB 59 47 0 38 41 14 8 38 36
Octal 313 131 107 0 70 101 24 10 70 66
Binary 11001011 1011001 1000111 0 111000 1000001 10100 1000 111000 110110

Color Harmonies of #CB5947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5947

Black with #CB5947

Text Example


Text Example

White with #CB5947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5947; }

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

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

background-color css

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

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

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

border-color css

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

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

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