Html Css Color HEX #CB5744 Dark Coral

📋 copy color: '#CB5744'

red 203 ◦ green 87 ◦ blue 68

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

Shades of Dark Coral #CB5744

Tints of Dark Coral #CB5744

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.3%

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

R = 56.7%
G = 24.3%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#CB5744 (or 0xCB5744) is known color: Dark Coral. HEX triplet: CB, 57 and 44. RGB value is (203,87,68). Sum of RGB (Red+Green+Blue) = 203+87+68=358 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.70% from 358); Green value is 87 (34.38% from 255 or 24.30% from 358); Blue value is 68 (26.95% from 255 or 18.99% from 358); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5744 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5744 is #34A8BB. Grayscale: #777777. Windows color (decimal): -3451068 or 4478923. OLE color: 4478923.

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

Color convert

RGB 203 87 68 -
CMYK 0 0.57 0.67 0.20
HSL 8.44º 0.56% 0.53% -
HSV(B) 8.44º 0.67% 0.8% -
XYZ 29.08 19.93 7.78 -
YUV 119.52 98.93 187.54 -
System Red Green Blue C M Y K H S L
Decimal 203 87 68 0 0.57 0.67 0.20 8.44 0.56 0.53
Hex CB 57 44 0 39 43 14 8 38 35
Octal 313 127 104 0 71 103 24 10 70 65
Binary 11001011 1010111 1000100 0 111001 1000011 10100 1000 111000 110101

Color Harmonies of #CB5744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5744

Black with #CB5744

Text Example


Text Example

White with #CB5744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5744; }

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

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

background-color css

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

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

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

border-color css

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

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

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