Html Css Color HEX #C95540 Dark Coral

📋 copy color: '#C95540'

red 201 ◦ green 85 ◦ blue 64

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

Shades of Dark Coral #C95540

Tints of Dark Coral #C95540

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.29%

 BLUE value IS 64 (25.39% from 255) = 18.29%

R = 57.43%
G = 24.29%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C95540 (or 0xC95540) is known color: Dark Coral. HEX triplet: C9, 55 and 40. RGB value is (201,85,64). Sum of RGB (Red+Green+Blue) = 201+85+64=350 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.43% from 350); Green value is 85 (33.59% from 255 or 24.29% from 350); Blue value is 64 (25.39% from 255 or 18.29% from 350); Max value from RGB is 201 - color contains mainly: red. Hex color #C95540 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95540 is #36AABF. Grayscale: #757575. Windows color (decimal): -3582656 or 4216265. OLE color: 4216265.

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

Color convert

RGB 201 85 64 -
CMYK 0 0.58 0.68 0.21
HSL 9.2º 0.56% 0.52% -
HSV(B) 9.2º 0.68% 0.79% -
XYZ 28.26 19.28 7.08 -
YUV 117.29 97.93 187.71 -
System Red Green Blue C M Y K H S L
Decimal 201 85 64 0 0.58 0.68 0.21 9.2 0.56 0.52
Hex C9 55 40 0 3A 44 15 9 38 34
Octal 311 125 100 0 72 104 25 11 70 64
Binary 11001001 1010101 1000000 0 111010 1000100 10101 1001 111000 110100

Color Harmonies of #C95540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95540

Black with #C95540

Text Example


Text Example

White with #C95540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95540; }

 p { color: rgb(201,85,64); }

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

background-color css

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

 a { background-color: rgb(201,85,64); }

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

border-color css

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

 span { border-color: rgb(201,85,64); }

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