Html Css Color HEX #CB5944 Dark Coral

📋 copy color: '#CB5944'

red 203 ◦ green 89 ◦ blue 68

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

Shades of Dark Coral #CB5944

Tints of Dark Coral #CB5944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.89%

R = 56.39%
G = 24.72%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#CB5944 (or 0xCB5944) is known color: Dark Coral. HEX triplet: CB, 59 and 44. RGB value is (203,89,68). Sum of RGB (Red+Green+Blue) = 203+89+68=360 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.39% from 360); Green value is 89 (35.16% from 255 or 24.72% from 360); Blue value is 68 (26.95% from 255 or 18.89% from 360); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5944 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5944 is #34A6BB. Grayscale: #787878. Windows color (decimal): -3450556 or 4479435. OLE color: 4479435.

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

Color convert

RGB 203 89 68 -
CMYK 0 0.56 0.67 0.20
HSL 9.33º 0.56% 0.53% -
HSV(B) 9.33º 0.67% 0.8% -
XYZ 29.24 20.26 7.84 -
YUV 120.69 98.27 186.71 -
System Red Green Blue C M Y K H S L
Decimal 203 89 68 0 0.56 0.67 0.20 9.33 0.56 0.53
Hex CB 59 44 0 38 43 14 9 38 35
Octal 313 131 104 0 70 103 24 11 70 65
Binary 11001011 1011001 1000100 0 111000 1000011 10100 1001 111000 110101

Color Harmonies of #CB5944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5944

Black with #CB5944

Text Example


Text Example

White with #CB5944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5944; }

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

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

background-color css

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

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

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

border-color css

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

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

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