Html Css Color HEX #C95C40 Dark Coral

📋 copy color: '#C95C40'

red 201 ◦ green 92 ◦ blue 64

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

Shades of Dark Coral #C95C40

Tints of Dark Coral #C95C40

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.77%

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

R = 56.3%
G = 25.77%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C95C40 (or 0xC95C40) is known color: Dark Coral. HEX triplet: C9, 5C and 40. RGB value is (201,92,64). Sum of RGB (Red+Green+Blue) = 201+92+64=357 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.30% from 357); Green value is 92 (36.33% from 255 or 25.77% from 357); Blue value is 64 (25.39% from 255 or 17.93% from 357); Max value from RGB is 201 - color contains mainly: red. Hex color #C95C40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95C40 is #36A3BF. Grayscale: #797979. Windows color (decimal): -3580864 or 4218057. OLE color: 4218057.

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

Color convert

RGB 201 92 64 -
CMYK 0 0.54 0.68 0.21
HSL 12.26º 0.56% 0.52% -
HSV(B) 12.26º 0.68% 0.79% -
XYZ 28.84 20.44 7.28 -
YUV 121.4 95.61 184.78 -
System Red Green Blue C M Y K H S L
Decimal 201 92 64 0 0.54 0.68 0.21 12.26 0.56 0.52
Hex C9 5C 40 0 36 44 15 C 38 34
Octal 311 134 100 0 66 104 25 14 70 64
Binary 11001001 1011100 1000000 0 110110 1000100 10101 1100 111000 110100

Color Harmonies of #C95C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95C40

Black with #C95C40

Text Example


Text Example

White with #C95C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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