Html Css Color HEX #C95842 Dark Coral

📋 copy color: '#C95842'

red 201 ◦ green 88 ◦ blue 66

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

Shades of Dark Coral #C95842

Tints of Dark Coral #C95842

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.79%

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

R = 56.62%
G = 24.79%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#C95842 (or 0xC95842) is known color: Dark Coral. HEX triplet: C9, 58 and 42. RGB value is (201,88,66). Sum of RGB (Red+Green+Blue) = 201+88+66=355 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.62% from 355); Green value is 88 (34.77% from 255 or 24.79% from 355); Blue value is 66 (26.17% from 255 or 18.59% from 355); Max value from RGB is 201 - color contains mainly: red. Hex color #C95842 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95842 is #36A7BD. Grayscale: #777777. Windows color (decimal): -3581886 or 4348105. OLE color: 4348105.

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

Color convert

RGB 201 88 66 -
CMYK 0 0.56 0.67 0.21
HSL 9.78º 0.56% 0.52% -
HSV(B) 9.78º 0.67% 0.79% -
XYZ 28.56 19.79 7.47 -
YUV 119.28 97.94 186.29 -
System Red Green Blue C M Y K H S L
Decimal 201 88 66 0 0.56 0.67 0.21 9.78 0.56 0.52
Hex C9 58 42 0 38 43 15 A 38 34
Octal 311 130 102 0 70 103 25 12 70 64
Binary 11001001 1011000 1000010 0 111000 1000011 10101 1010 111000 110100

Color Harmonies of #C95842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95842

Black with #C95842

Text Example


Text Example

White with #C95842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95842; }

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

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

background-color css

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

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

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

border-color css

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

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

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