Html Css Color HEX #C95A45 Dark Coral

📋 copy color: '#C95A45'

red 201 ◦ green 90 ◦ blue 69

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

Shades of Dark Coral #C95A45

Tints of Dark Coral #C95A45

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25%

 BLUE value IS 69 (27.34% from 255) = 19.17%

R = 55.83%
G = 25%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#C95A45 (or 0xC95A45) is known color: Dark Coral. HEX triplet: C9, 5A and 45. RGB value is (201,90,69). Sum of RGB (Red+Green+Blue) = 201+90+69=360 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.83% from 360); Green value is 90 (35.55% from 255 or 25% from 360); Blue value is 69 (27.34% from 255 or 19.17% from 360); Max value from RGB is 201 - color contains mainly: red. Hex color #C95A45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95A45 is #36A5BA. Grayscale: #787878. Windows color (decimal): -3581371 or 4545225. OLE color: 4545225.

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

Color convert

RGB 201 90 69 -
CMYK 0 0.55 0.66 0.21
HSL 9.55º 0.55% 0.53% -
HSV(B) 9.55º 0.66% 0.79% -
XYZ 28.82 20.16 8 -
YUV 120.8 98.77 185.21 -
System Red Green Blue C M Y K H S L
Decimal 201 90 69 0 0.55 0.66 0.21 9.55 0.55 0.53
Hex C9 5A 45 0 37 42 15 A 37 35
Octal 311 132 105 0 67 102 25 12 67 65
Binary 11001001 1011010 1000101 0 110111 1000010 10101 1010 110111 110101

Color Harmonies of #C95A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95A45

Black with #C95A45

Text Example


Text Example

White with #C95A45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95A45; }

 p { color: rgb(201,90,69); }

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

background-color css

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

 a { background-color: rgb(201,90,69); }

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

border-color css

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

 span { border-color: rgb(201,90,69); }

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