Html Css Color HEX #C95644 Dark Coral

📋 copy color: '#C95644'

red 201 ◦ green 86 ◦ blue 68

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

Shades of Dark Coral #C95644

Tints of Dark Coral #C95644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.15%

R = 56.62%
G = 24.23%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#C95644 (or 0xC95644) is known color: Dark Coral. HEX triplet: C9, 56 and 44. RGB value is (201,86,68). Sum of RGB (Red+Green+Blue) = 201+86+68=355 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.62% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 68 (26.95% from 255 or 19.15% from 355); Max value from RGB is 201 - color contains mainly: red. Hex color #C95644 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95644 is #36A9BB. Grayscale: #767676. Windows color (decimal): -3582396 or 4478665. OLE color: 4478665.

HSL color Cylindrical-coordinate representation of color #C95644: hue angle of 8.12º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C95644 is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 86 68 -
CMYK 0 0.57 0.66 0.21
HSL 8.12º 0.55% 0.53% -
HSV(B) 8.12º 0.66% 0.79% -
XYZ 28.46 19.49 7.73 -
YUV 118.33 99.6 186.96 -
System Red Green Blue C M Y K H S L
Decimal 201 86 68 0 0.57 0.66 0.21 8.12 0.55 0.53
Hex C9 56 44 0 39 42 15 8 37 35
Octal 311 126 104 0 71 102 25 10 67 65
Binary 11001001 1010110 1000100 0 111001 1000010 10101 1000 110111 110101

Color Harmonies of #C95644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95644

Black with #C95644

Text Example


Text Example

White with #C95644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95644; }

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

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

background-color css

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

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

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

border-color css

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

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

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