Html Css Color HEX #C95F40 Dark Coral

📋 copy color: '#C95F40'

red 201 ◦ green 95 ◦ blue 64

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

Shades of Dark Coral #C95F40

Tints of Dark Coral #C95F40

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.39%

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

R = 55.83%
G = 26.39%
B = 17.78%

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

#C95F40 (or 0xC95F40) is known color: Dark Coral. HEX triplet: C9, 5F and 40. RGB value is (201,95,64). Sum of RGB (Red+Green+Blue) = 201+95+64=360 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.83% from 360); Green value is 95 (37.5% from 255 or 26.39% from 360); Blue value is 64 (25.39% from 255 or 17.78% from 360); Max value from RGB is 201 - color contains mainly: red. Hex color #C95F40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95F40 is #36A0BF. Grayscale: #7B7B7B. Windows color (decimal): -3580096 or 4218825. OLE color: 4218825.

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

Color convert

RGB 201 95 64 -
CMYK 0 0.53 0.68 0.21
HSL 13.58º 0.56% 0.52% -
HSV(B) 13.58º 0.68% 0.79% -
XYZ 29.11 20.97 7.36 -
YUV 123.16 94.62 183.52 -
System Red Green Blue C M Y K H S L
Decimal 201 95 64 0 0.53 0.68 0.21 13.58 0.56 0.52
Hex C9 5F 40 0 35 44 15 E 38 34
Octal 311 137 100 0 65 104 25 16 70 64
Binary 11001001 1011111 1000000 0 110101 1000100 10101 1110 111000 110100

Color Harmonies of #C95F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95F40

Black with #C95F40

Text Example


Text Example

White with #C95F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95F40; }

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

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

background-color css

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

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

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

border-color css

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

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

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