Html Css Color HEX #C95446 Dark Coral

📋 copy color: '#C95446'

red 201 ◦ green 84 ◦ blue 70

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

Shades of Dark Coral #C95446

Tints of Dark Coral #C95446

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.66%

 BLUE value IS 70 (27.73% from 255) = 19.72%

R = 56.62%
G = 23.66%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#C95446 (or 0xC95446) is known color: Dark Coral. HEX triplet: C9, 54 and 46. RGB value is (201,84,70). Sum of RGB (Red+Green+Blue) = 201+84+70=355 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.62% from 355); Green value is 84 (33.20% from 255 or 23.66% from 355); Blue value is 70 (27.73% from 255 or 19.72% from 355); Max value from RGB is 201 - color contains mainly: red. Hex color #C95446 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95446 is #36ABB9. Grayscale: #757575. Windows color (decimal): -3582906 or 4609225. OLE color: 4609225.

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

Color convert

RGB 201 84 70 -
CMYK 0 0.58 0.65 0.21
HSL 6.41º 0.55% 0.53% -
HSV(B) 6.41º 0.65% 0.79% -
XYZ 28.36 19.2 8.01 -
YUV 117.39 101.26 187.64 -
System Red Green Blue C M Y K H S L
Decimal 201 84 70 0 0.58 0.65 0.21 6.41 0.55 0.53
Hex C9 54 46 0 3A 41 15 6 37 35
Octal 311 124 106 0 72 101 25 6 67 65
Binary 11001001 1010100 1000110 0 111010 1000001 10101 110 110111 110101

Color Harmonies of #C95446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95446

Black with #C95446

Text Example


Text Example

White with #C95446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95446; }

 p { color: rgb(201,84,70); }

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

background-color css

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

 a { background-color: rgb(201,84,70); }

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

border-color css

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

 span { border-color: rgb(201,84,70); }

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