Html Css Color HEX #CB5449 Dark Coral

📋 copy color: '#CB5449'

red 203 ◦ green 84 ◦ blue 73

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

Shades of Dark Coral #CB5449

Tints of Dark Coral #CB5449

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 20.28%

R = 56.39%
G = 23.33%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CB5449 (or 0xCB5449) is known color: Dark Coral. HEX triplet: CB, 54 and 49. RGB value is (203,84,73). Sum of RGB (Red+Green+Blue) = 203+84+73=360 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.39% from 360); Green value is 84 (33.20% from 255 or 23.33% from 360); Blue value is 73 (28.91% from 255 or 20.28% from 360); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5449 is #34ABB6. Grayscale: #767676. Windows color (decimal): -3451831 or 4805835. OLE color: 4805835.

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

Color convert

RGB 203 84 73 -
CMYK 0 0.59 0.64 0.20
HSL 5.08º 0.56% 0.54% -
HSV(B) 5.08º 0.64% 0.8% -
XYZ 29 19.52 8.54 -
YUV 118.33 102.42 188.39 -
System Red Green Blue C M Y K H S L
Decimal 203 84 73 0 0.59 0.64 0.20 5.08 0.56 0.54
Hex CB 54 49 0 3B 40 14 5 38 36
Octal 313 124 111 0 73 100 24 5 70 66
Binary 11001011 1010100 1001001 0 111011 1000000 10100 101 111000 110110

Color Harmonies of #CB5449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5449

Black with #CB5449

Text Example


Text Example

White with #CB5449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5449; }

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

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

background-color css

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

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

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

border-color css

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

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

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