Html Css Color HEX #CB5541 Dark Coral

📋 copy color: '#CB5541'

red 203 ◦ green 85 ◦ blue 65

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

Shades of Dark Coral #CB5541

Tints of Dark Coral #CB5541

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.08%

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

R = 57.51%
G = 24.08%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CB5541 (or 0xCB5541) is known color: Dark Coral. HEX triplet: CB, 55 and 41. RGB value is (203,85,65). Sum of RGB (Red+Green+Blue) = 203+85+65=353 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.51% from 353); Green value is 85 (33.59% from 255 or 24.08% from 353); Blue value is 65 (25.78% from 255 or 18.41% from 353); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5541 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5541 is #34AABE. Grayscale: #767676. Windows color (decimal): -3451583 or 4281803. OLE color: 4281803.

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

Color convert

RGB 203 85 65 -
CMYK 0 0.58 0.68 0.20
HSL 8.7º 0.57% 0.53% -
HSV(B) 8.7º 0.68% 0.8% -
XYZ 28.83 19.58 7.26 -
YUV 118 98.09 188.63 -
System Red Green Blue C M Y K H S L
Decimal 203 85 65 0 0.58 0.68 0.20 8.7 0.57 0.53
Hex CB 55 41 0 3A 44 14 9 39 35
Octal 313 125 101 0 72 104 24 11 71 65
Binary 11001011 1010101 1000001 0 111010 1000100 10100 1001 111001 110101

Color Harmonies of #CB5541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5541

Black with #CB5541

Text Example


Text Example

White with #CB5541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5541; }

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

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

background-color css

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

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

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

border-color css

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

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

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