Html Css Color HEX #C95542 Dark Coral

📋 copy color: '#C95542'

red 201 ◦ green 85 ◦ blue 66

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

Shades of Dark Coral #C95542

Tints of Dark Coral #C95542

RGB

 RED value IS 201 (78.91% from 255) = 57.1%

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

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

R = 57.1%
G = 24.15%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#C95542 (or 0xC95542) is known color: Dark Coral. HEX triplet: C9, 55 and 42. RGB value is (201,85,66). Sum of RGB (Red+Green+Blue) = 201+85+66=352 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.10% from 352); Green value is 85 (33.59% from 255 or 24.15% from 352); Blue value is 66 (26.17% from 255 or 18.75% from 352); Max value from RGB is 201 - color contains mainly: red. Hex color #C95542 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95542 is #36AABD. Grayscale: #757575. Windows color (decimal): -3582654 or 4347337. OLE color: 4347337.

HSL color Cylindrical-coordinate representation of color #C95542: hue angle of 8.44º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C95542 is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 85 66 -
CMYK 0 0.58 0.67 0.21
HSL 8.44º 0.56% 0.52% -
HSV(B) 8.44º 0.67% 0.79% -
XYZ 28.32 19.31 7.39 -
YUV 117.52 98.93 187.54 -
System Red Green Blue C M Y K H S L
Decimal 201 85 66 0 0.58 0.67 0.21 8.44 0.56 0.52
Hex C9 55 42 0 3A 43 15 8 38 34
Octal 311 125 102 0 72 103 25 10 70 64
Binary 11001001 1010101 1000010 0 111010 1000011 10101 1000 111000 110100

Color Harmonies of #C95542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95542

Black with #C95542

Text Example


Text Example

White with #C95542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95542; }

 p { color: rgb(201,85,66); }

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

background-color css

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

 a { background-color: rgb(201,85,66); }

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

border-color css

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

 span { border-color: rgb(201,85,66); }

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