Html Css Color HEX #CB5B40 Dark Coral

📋 copy color: '#CB5B40'

red 203 ◦ green 91 ◦ blue 64

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

Shades of Dark Coral #CB5B40

Tints of Dark Coral #CB5B40

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.42%

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

R = 56.7%
G = 25.42%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CB5B40 (or 0xCB5B40) is known color: Dark Coral. HEX triplet: CB, 5B and 40. RGB value is (203,91,64). Sum of RGB (Red+Green+Blue) = 203+91+64=358 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.70% from 358); Green value is 91 (35.94% from 255 or 25.42% from 358); Blue value is 64 (25.39% from 255 or 17.88% from 358); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5B40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5B40 is #34A4BF. Grayscale: #797979. Windows color (decimal): -3450048 or 4217803. OLE color: 4217803.

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

Color convert

RGB 203 91 64 -
CMYK 0 0.55 0.68 0.20
HSL 11.65º 0.57% 0.52% -
HSV(B) 11.65º 0.68% 0.8% -
XYZ 29.3 20.55 7.27 -
YUV 121.41 95.61 186.2 -
System Red Green Blue C M Y K H S L
Decimal 203 91 64 0 0.55 0.68 0.20 11.65 0.57 0.52
Hex CB 5B 40 0 37 44 14 C 39 34
Octal 313 133 100 0 67 104 24 14 71 64
Binary 11001011 1011011 1000000 0 110111 1000100 10100 1100 111001 110100

Color Harmonies of #CB5B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5B40

Black with #CB5B40

Text Example


Text Example

White with #CB5B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5B40; }

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

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

background-color css

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

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

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

border-color css

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

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

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