Html Css Color HEX #CB5447 Dark Coral

📋 copy color: '#CB5447'

red 203 ◦ green 84 ◦ blue 71

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

Shades of Dark Coral #CB5447

Tints of Dark Coral #CB5447

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.46%

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

R = 56.7%
G = 23.46%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CB5447 (or 0xCB5447) is known color: Dark Coral. HEX triplet: CB, 54 and 47. RGB value is (203,84,71). Sum of RGB (Red+Green+Blue) = 203+84+71=358 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.70% from 358); Green value is 84 (33.20% from 255 or 23.46% from 358); Blue value is 71 (28.12% from 255 or 19.83% from 358); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5447 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5447 is #34ABB8. Grayscale: #767676. Windows color (decimal): -3451833 or 4674763. OLE color: 4674763.

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

Color convert

RGB 203 84 71 -
CMYK 0 0.59 0.65 0.20
HSL 5.91º 0.56% 0.54% -
HSV(B) 5.91º 0.65% 0.8% -
XYZ 28.94 19.49 8.2 -
YUV 118.1 101.42 188.56 -
System Red Green Blue C M Y K H S L
Decimal 203 84 71 0 0.59 0.65 0.20 5.91 0.56 0.54
Hex CB 54 47 0 3B 41 14 6 38 36
Octal 313 124 107 0 73 101 24 6 70 66
Binary 11001011 1010100 1000111 0 111011 1000001 10100 110 111000 110110

Color Harmonies of #CB5447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5447

Black with #CB5447

Text Example


Text Example

White with #CB5447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5447; }

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

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

background-color css

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

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

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

border-color css

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

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

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