Html Css Color HEX #CB5E40 Dark Coral

📋 copy color: '#CB5E40'

red 203 ◦ green 94 ◦ blue 64

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

Shades of Dark Coral #CB5E40

Tints of Dark Coral #CB5E40

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.04%

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

R = 56.23%
G = 26.04%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CB5E40 (or 0xCB5E40) is known color: Dark Coral. HEX triplet: CB, 5E and 40. RGB value is (203,94,64). Sum of RGB (Red+Green+Blue) = 203+94+64=361 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.23% from 361); Green value is 94 (37.11% from 255 or 26.04% from 361); Blue value is 64 (25.39% from 255 or 17.73% from 361); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5E40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5E40 is #34A1BF. Grayscale: #7B7B7B. Windows color (decimal): -3449280 or 4218571. OLE color: 4218571.

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

Color convert

RGB 203 94 64 -
CMYK 0 0.54 0.68 0.20
HSL 12.95º 0.57% 0.52% -
HSV(B) 12.95º 0.68% 0.8% -
XYZ 29.56 21.07 7.36 -
YUV 123.17 94.61 184.94 -
System Red Green Blue C M Y K H S L
Decimal 203 94 64 0 0.54 0.68 0.20 12.95 0.57 0.52
Hex CB 5E 40 0 36 44 14 D 39 34
Octal 313 136 100 0 66 104 24 15 71 64
Binary 11001011 1011110 1000000 0 110110 1000100 10100 1101 111001 110100

Color Harmonies of #CB5E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5E40

Black with #CB5E40

Text Example


Text Example

White with #CB5E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5E40; }

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

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

background-color css

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

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

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

border-color css

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

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

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