Html Css Color HEX #CB5948 Dark Coral

📋 copy color: '#CB5948'

red 203 ◦ green 89 ◦ blue 72

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

Shades of Dark Coral #CB5948

Tints of Dark Coral #CB5948

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.78%

R = 55.77%
G = 24.45%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CB5948 (or 0xCB5948) is known color: Dark Coral. HEX triplet: CB, 59 and 48. RGB value is (203,89,72). Sum of RGB (Red+Green+Blue) = 203+89+72=364 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.77% from 364); Green value is 89 (35.16% from 255 or 24.45% from 364); Blue value is 72 (28.52% from 255 or 19.78% from 364); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5948 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5948 is #34A6B7. Grayscale: #797979. Windows color (decimal): -3450552 or 4741579. OLE color: 4741579.

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

Color convert

RGB 203 89 72 -
CMYK 0 0.56 0.65 0.20
HSL 7.79º 0.56% 0.54% -
HSV(B) 7.79º 0.65% 0.8% -
XYZ 29.37 20.31 8.5 -
YUV 121.15 100.27 186.38 -
System Red Green Blue C M Y K H S L
Decimal 203 89 72 0 0.56 0.65 0.20 7.79 0.56 0.54
Hex CB 59 48 0 38 41 14 8 38 36
Octal 313 131 110 0 70 101 24 10 70 66
Binary 11001011 1011001 1001000 0 111000 1000001 10100 1000 111000 110110

Color Harmonies of #CB5948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5948

Black with #CB5948

Text Example


Text Example

White with #CB5948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5948; }

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

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

background-color css

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

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

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

border-color css

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

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

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