Html Css Color HEX #C95E40 Dark Coral

📋 copy color: '#C95E40'

red 201 ◦ green 94 ◦ blue 64

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

Shades of Dark Coral #C95E40

Tints of Dark Coral #C95E40

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.18%

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

R = 55.99%
G = 26.18%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C95E40 (or 0xC95E40) is known color: Dark Coral. HEX triplet: C9, 5E and 40. RGB value is (201,94,64). Sum of RGB (Red+Green+Blue) = 201+94+64=359 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.99% from 359); Green value is 94 (37.11% from 255 or 26.18% from 359); Blue value is 64 (25.39% from 255 or 17.83% from 359); Max value from RGB is 201 - color contains mainly: red. Hex color #C95E40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95E40 is #36A1BF. Grayscale: #7A7A7A. Windows color (decimal): -3580352 or 4218569. OLE color: 4218569.

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

Color convert

RGB 201 94 64 -
CMYK 0 0.53 0.68 0.21
HSL 13.14º 0.56% 0.52% -
HSV(B) 13.14º 0.68% 0.79% -
XYZ 29.02 20.79 7.33 -
YUV 122.57 94.95 183.94 -
System Red Green Blue C M Y K H S L
Decimal 201 94 64 0 0.53 0.68 0.21 13.14 0.56 0.52
Hex C9 5E 40 0 35 44 15 D 38 34
Octal 311 136 100 0 65 104 25 15 70 64
Binary 11001001 1011110 1000000 0 110101 1000100 10101 1101 111000 110100

Color Harmonies of #C95E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95E40

Black with #C95E40

Text Example


Text Example

White with #C95E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95E40; }

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

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

background-color css

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

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

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

border-color css

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

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

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