Html Css Color HEX #CB5A40 Dark Coral

📋 copy color: '#CB5A40'

red 203 ◦ green 90 ◦ blue 64

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

Shades of Dark Coral #CB5A40

Tints of Dark Coral #CB5A40

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.21%

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

R = 56.86%
G = 25.21%
B = 17.93%

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

#CB5A40 (or 0xCB5A40) is known color: Dark Coral. HEX triplet: CB, 5A and 40. RGB value is (203,90,64). Sum of RGB (Red+Green+Blue) = 203+90+64=357 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.86% from 357); Green value is 90 (35.55% from 255 or 25.21% from 357); Blue value is 64 (25.39% from 255 or 17.93% from 357); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5A40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5A40 is #34A5BF. Grayscale: #797979. Windows color (decimal): -3450304 or 4217547. OLE color: 4217547.

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

Color convert

RGB 203 90 64 -
CMYK 0 0.56 0.68 0.20
HSL 11.22º 0.57% 0.52% -
HSV(B) 11.22º 0.68% 0.8% -
XYZ 29.21 20.38 7.24 -
YUV 120.82 95.94 186.61 -
System Red Green Blue C M Y K H S L
Decimal 203 90 64 0 0.56 0.68 0.20 11.22 0.57 0.52
Hex CB 5A 40 0 38 44 14 B 39 34
Octal 313 132 100 0 70 104 24 13 71 64
Binary 11001011 1011010 1000000 0 111000 1000100 10100 1011 111001 110100

Color Harmonies of #CB5A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5A40

Black with #CB5A40

Text Example


Text Example

White with #CB5A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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