Html Css Color HEX #C95945 Dark Coral

📋 copy color: '#C95945'

red 201 ◦ green 89 ◦ blue 69

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

Shades of Dark Coral #C95945

Tints of Dark Coral #C95945

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.79%

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

R = 55.99%
G = 24.79%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#C95945 (or 0xC95945) is known color: Dark Coral. HEX triplet: C9, 59 and 45. RGB value is (201,89,69). Sum of RGB (Red+Green+Blue) = 201+89+69=359 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.99% from 359); Green value is 89 (35.16% from 255 or 24.79% from 359); Blue value is 69 (27.34% from 255 or 19.22% from 359); Max value from RGB is 201 - color contains mainly: red. Hex color #C95945 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95945 is #36A6BA. Grayscale: #787878. Windows color (decimal): -3581627 or 4544969. OLE color: 4544969.

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

Color convert

RGB 201 89 69 -
CMYK 0 0.56 0.66 0.21
HSL 9.09º 0.55% 0.53% -
HSV(B) 9.09º 0.66% 0.79% -
XYZ 28.73 19.99 7.97 -
YUV 120.21 99.11 185.63 -
System Red Green Blue C M Y K H S L
Decimal 201 89 69 0 0.56 0.66 0.21 9.09 0.55 0.53
Hex C9 59 45 0 38 42 15 9 37 35
Octal 311 131 105 0 70 102 25 11 67 65
Binary 11001001 1011001 1000101 0 111000 1000010 10101 1001 110111 110101

Color Harmonies of #C95945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95945

Black with #C95945

Text Example


Text Example

White with #C95945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95945; }

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

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

background-color css

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

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

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

border-color css

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

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

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