Html Css Color HEX #CB5940 Dark Coral

📋 copy color: '#CB5940'

red 203 ◦ green 89 ◦ blue 64

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

Shades of Dark Coral #CB5940

Tints of Dark Coral #CB5940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.98%

R = 57.02%
G = 25%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CB5940 (or 0xCB5940) is known color: Dark Coral. HEX triplet: CB, 59 and 40. RGB value is (203,89,64). Sum of RGB (Red+Green+Blue) = 203+89+64=356 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.02% from 356); Green value is 89 (35.16% from 255 or 25% from 356); Blue value is 64 (25.39% from 255 or 17.98% from 356); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5940 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5940 is #34A6BF. Grayscale: #787878. Windows color (decimal): -3450560 or 4217291. OLE color: 4217291.

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

Color convert

RGB 203 89 64 -
CMYK 0 0.56 0.68 0.20
HSL 10.79º 0.57% 0.52% -
HSV(B) 10.79º 0.68% 0.8% -
XYZ 29.13 20.21 7.22 -
YUV 120.24 96.27 187.03 -
System Red Green Blue C M Y K H S L
Decimal 203 89 64 0 0.56 0.68 0.20 10.79 0.57 0.52
Hex CB 59 40 0 38 44 14 B 39 34
Octal 313 131 100 0 70 104 24 13 71 64
Binary 11001011 1011001 1000000 0 111000 1000100 10100 1011 111001 110100

Color Harmonies of #CB5940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5940

Black with #CB5940

Text Example


Text Example

White with #CB5940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5940; }

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

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

background-color css

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

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

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

border-color css

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

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

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