Html Css Color HEX #CB5941 Dark Coral

📋 copy color: '#CB5941'

red 203 ◦ green 89 ◦ blue 65

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

Shades of Dark Coral #CB5941

Tints of Dark Coral #CB5941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.21%

R = 56.86%
G = 24.93%
B = 18.21%

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

#CB5941 (or 0xCB5941) is known color: Dark Coral. HEX triplet: CB, 59 and 41. RGB value is (203,89,65). Sum of RGB (Red+Green+Blue) = 203+89+65=357 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.86% from 357); Green value is 89 (35.16% from 255 or 24.93% from 357); Blue value is 65 (25.78% from 255 or 18.21% from 357); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5941 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5941 is #34A6BE. Grayscale: #787878. Windows color (decimal): -3450559 or 4282827. OLE color: 4282827.

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

Color convert

RGB 203 89 65 -
CMYK 0 0.56 0.68 0.20
HSL 10.43º 0.57% 0.53% -
HSV(B) 10.43º 0.68% 0.8% -
XYZ 29.16 20.22 7.37 -
YUV 120.35 96.77 186.95 -
System Red Green Blue C M Y K H S L
Decimal 203 89 65 0 0.56 0.68 0.20 10.43 0.57 0.53
Hex CB 59 41 0 38 44 14 A 39 35
Octal 313 131 101 0 70 104 24 12 71 65
Binary 11001011 1011001 1000001 0 111000 1000100 10100 1010 111001 110101

Color Harmonies of #CB5941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5941

Black with #CB5941

Text Example


Text Example

White with #CB5941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5941; }

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

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

background-color css

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

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

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

border-color css

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

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

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