Html Css Color HEX #CB5E42 Dark Coral

📋 copy color: '#CB5E42'

red 203 ◦ green 94 ◦ blue 66

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

Shades of Dark Coral #CB5E42

Tints of Dark Coral #CB5E42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.18%

R = 55.92%
G = 25.9%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#CB5E42 (or 0xCB5E42) is known color: Dark Coral. HEX triplet: CB, 5E and 42. RGB value is (203,94,66). Sum of RGB (Red+Green+Blue) = 203+94+66=363 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.92% from 363); Green value is 94 (37.11% from 255 or 25.90% from 363); Blue value is 66 (26.17% from 255 or 18.18% from 363); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5E42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5E42 is #34A1BD. Grayscale: #7B7B7B. Windows color (decimal): -3449278 or 4349643. OLE color: 4349643.

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

Color convert

RGB 203 94 66 -
CMYK 0 0.54 0.67 0.20
HSL 12.26º 0.57% 0.53% -
HSV(B) 12.26º 0.67% 0.8% -
XYZ 29.61 21.1 7.67 -
YUV 123.4 95.61 184.78 -
System Red Green Blue C M Y K H S L
Decimal 203 94 66 0 0.54 0.67 0.20 12.26 0.57 0.53
Hex CB 5E 42 0 36 43 14 C 39 35
Octal 313 136 102 0 66 103 24 14 71 65
Binary 11001011 1011110 1000010 0 110110 1000011 10100 1100 111001 110101

Color Harmonies of #CB5E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5E42

Black with #CB5E42

Text Example


Text Example

White with #CB5E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5E42; }

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

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

background-color css

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

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

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

border-color css

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

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

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