Html Css Color HEX #C95940 Dark Coral

📋 copy color: '#C95940'

red 201 ◦ green 89 ◦ blue 64

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

Shades of Dark Coral #C95940

Tints of Dark Coral #C95940

RGB

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

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

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

R = 56.78%
G = 25.14%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C95940 (or 0xC95940) is known color: Dark Coral. HEX triplet: C9, 59 and 40. RGB value is (201,89,64). Sum of RGB (Red+Green+Blue) = 201+89+64=354 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.78% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 64 (25.39% from 255 or 18.08% from 354); Max value from RGB is 201 - color contains mainly: red. Hex color #C95940 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95940 is #36A6BF. Grayscale: #777777. Windows color (decimal): -3581632 or 4217289. OLE color: 4217289.

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

Color convert

RGB 201 89 64 -
CMYK 0 0.56 0.68 0.21
HSL 10.95º 0.56% 0.52% -
HSV(B) 10.95º 0.68% 0.79% -
XYZ 28.59 19.93 7.19 -
YUV 119.64 96.61 186.03 -
System Red Green Blue C M Y K H S L
Decimal 201 89 64 0 0.56 0.68 0.21 10.95 0.56 0.52
Hex C9 59 40 0 38 44 15 B 38 34
Octal 311 131 100 0 70 104 25 13 70 64
Binary 11001001 1011001 1000000 0 111000 1000100 10101 1011 111000 110100

Color Harmonies of #C95940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95940

Black with #C95940

Text Example


Text Example

White with #C95940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95940; }

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

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

background-color css

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

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

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

border-color css

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

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

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