Html Css Color HEX #CB5446 Dark Coral

📋 copy color: '#CB5446'

red 203 ◦ green 84 ◦ blue 70

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

Shades of Dark Coral #CB5446

Tints of Dark Coral #CB5446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.61%

R = 56.86%
G = 23.53%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#CB5446 (or 0xCB5446) is known color: Dark Coral. HEX triplet: CB, 54 and 46. RGB value is (203,84,70). Sum of RGB (Red+Green+Blue) = 203+84+70=357 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.86% from 357); Green value is 84 (33.20% from 255 or 23.53% from 357); Blue value is 70 (27.73% from 255 or 19.61% from 357); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5446 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5446 is #34ABB9. Grayscale: #767676. Windows color (decimal): -3451834 or 4609227. OLE color: 4609227.

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

Color convert

RGB 203 84 70 -
CMYK 0 0.59 0.66 0.20
HSL 6.32º 0.56% 0.54% -
HSV(B) 6.32º 0.66% 0.8% -
XYZ 28.9 19.48 8.03 -
YUV 117.99 100.92 188.64 -
System Red Green Blue C M Y K H S L
Decimal 203 84 70 0 0.59 0.66 0.20 6.32 0.56 0.54
Hex CB 54 46 0 3B 42 14 6 38 36
Octal 313 124 106 0 73 102 24 6 70 66
Binary 11001011 1010100 1000110 0 111011 1000010 10100 110 111000 110110

Color Harmonies of #CB5446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5446

Black with #CB5446

Text Example


Text Example

White with #CB5446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5446; }

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

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

background-color css

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

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

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

border-color css

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

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

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