Html Css Color HEX #C95342 Dark Coral

📋 copy color: '#C95342'

red 201 ◦ green 83 ◦ blue 66

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

Shades of Dark Coral #C95342

Tints of Dark Coral #C95342

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.71%

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

R = 57.43%
G = 23.71%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#C95342 (or 0xC95342) is known color: Dark Coral. HEX triplet: C9, 53 and 42. RGB value is (201,83,66). Sum of RGB (Red+Green+Blue) = 201+83+66=350 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.43% from 350); Green value is 83 (32.81% from 255 or 23.71% from 350); Blue value is 66 (26.17% from 255 or 18.86% from 350); Max value from RGB is 201 - color contains mainly: red. Hex color #C95342 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95342 is #36ACBD. Grayscale: #747474. Windows color (decimal): -3583166 or 4346825. OLE color: 4346825.

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

Color convert

RGB 201 83 66 -
CMYK 0 0.59 0.67 0.21
HSL 7.56º 0.56% 0.52% -
HSV(B) 7.56º 0.67% 0.79% -
XYZ 28.16 19 7.34 -
YUV 116.34 99.59 188.38 -
System Red Green Blue C M Y K H S L
Decimal 201 83 66 0 0.59 0.67 0.21 7.56 0.56 0.52
Hex C9 53 42 0 3B 43 15 8 38 34
Octal 311 123 102 0 73 103 25 10 70 64
Binary 11001001 1010011 1000010 0 111011 1000011 10101 1000 111000 110100

Color Harmonies of #C95342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95342

Black with #C95342

Text Example


Text Example

White with #C95342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95342; }

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

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

background-color css

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

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

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

border-color css

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

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

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