Html Css Color HEX #C95642 Dark Coral

📋 copy color: '#C95642'

red 201 ◦ green 86 ◦ blue 66

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

Shades of Dark Coral #C95642

Tints of Dark Coral #C95642

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.36%

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

R = 56.94%
G = 24.36%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#C95642 (or 0xC95642) is known color: Dark Coral. HEX triplet: C9, 56 and 42. RGB value is (201,86,66). Sum of RGB (Red+Green+Blue) = 201+86+66=353 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.94% from 353); Green value is 86 (33.98% from 255 or 24.36% from 353); Blue value is 66 (26.17% from 255 or 18.70% from 353); Max value from RGB is 201 - color contains mainly: red. Hex color #C95642 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95642 is #36A9BD. Grayscale: #767676. Windows color (decimal): -3582398 or 4347593. OLE color: 4347593.

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

Color convert

RGB 201 86 66 -
CMYK 0 0.57 0.67 0.21
HSL 8.89º 0.56% 0.52% -
HSV(B) 8.89º 0.67% 0.79% -
XYZ 28.4 19.47 7.41 -
YUV 118.11 98.6 187.13 -
System Red Green Blue C M Y K H S L
Decimal 201 86 66 0 0.57 0.67 0.21 8.89 0.56 0.52
Hex C9 56 42 0 39 43 15 9 38 34
Octal 311 126 102 0 71 103 25 11 70 64
Binary 11001001 1010110 1000010 0 111001 1000011 10101 1001 111000 110100

Color Harmonies of #C95642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95642

Black with #C95642

Text Example


Text Example

White with #C95642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95642; }

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

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

background-color css

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

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

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

border-color css

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

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

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