Html Css Color HEX #C95C42 Dark Coral

📋 copy color: '#C95C42'

red 201 ◦ green 92 ◦ blue 66

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

Shades of Dark Coral #C95C42

Tints of Dark Coral #C95C42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.38%

R = 55.99%
G = 25.63%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#C95C42 (or 0xC95C42) is known color: Dark Coral. HEX triplet: C9, 5C and 42. RGB value is (201,92,66). Sum of RGB (Red+Green+Blue) = 201+92+66=359 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.99% from 359); Green value is 92 (36.33% from 255 or 25.63% from 359); Blue value is 66 (26.17% from 255 or 18.38% from 359); Max value from RGB is 201 - color contains mainly: red. Hex color #C95C42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95C42 is #36A3BD. Grayscale: #797979. Windows color (decimal): -3580862 or 4349129. OLE color: 4349129.

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

Color convert

RGB 201 92 66 -
CMYK 0 0.54 0.67 0.21
HSL 11.56º 0.56% 0.52% -
HSV(B) 11.56º 0.67% 0.79% -
XYZ 28.9 20.47 7.58 -
YUV 121.63 96.61 184.61 -
System Red Green Blue C M Y K H S L
Decimal 201 92 66 0 0.54 0.67 0.21 11.56 0.56 0.52
Hex C9 5C 42 0 36 43 15 C 38 34
Octal 311 134 102 0 66 103 25 14 70 64
Binary 11001001 1011100 1000010 0 110110 1000011 10101 1100 111000 110100

Color Harmonies of #C95C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95C42

Black with #C95C42

Text Example


Text Example

White with #C95C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95C42; }

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

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

background-color css

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

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

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

border-color css

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

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

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