Html Css Color HEX #C95243 Dark Coral

📋 copy color: '#C95243'

red 201 ◦ green 82 ◦ blue 67

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

Shades of Dark Coral #C95243

Tints of Dark Coral #C95243

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.43%

 BLUE value IS 67 (26.56% from 255) = 19.14%

R = 57.43%
G = 23.43%
B = 19.14%

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

#C95243 (or 0xC95243) is known color: Dark Coral. HEX triplet: C9, 52 and 43. RGB value is (201,82,67). Sum of RGB (Red+Green+Blue) = 201+82+67=350 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.43% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 67 (26.56% from 255 or 19.14% from 350); Max value from RGB is 201 - color contains mainly: red. Hex color #C95243 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95243 is #36ADBC. Grayscale: #747474. Windows color (decimal): -3583421 or 4412105. OLE color: 4412105.

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

Color convert

RGB 201 82 67 -
CMYK 0 0.59 0.67 0.21
HSL 6.72º 0.55% 0.53% -
HSV(B) 6.72º 0.67% 0.79% -
XYZ 28.12 18.86 7.47 -
YUV 115.87 100.42 188.72 -
System Red Green Blue C M Y K H S L
Decimal 201 82 67 0 0.59 0.67 0.21 6.72 0.55 0.53
Hex C9 52 43 0 3B 43 15 7 37 35
Octal 311 122 103 0 73 103 25 7 67 65
Binary 11001001 1010010 1000011 0 111011 1000011 10101 111 110111 110101

Color Harmonies of #C95243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95243

Black with #C95243

Text Example


Text Example

White with #C95243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95243; }

 p { color: rgb(201,82,67); }

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

background-color css

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

 a { background-color: rgb(201,82,67); }

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

border-color css

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

 span { border-color: rgb(201,82,67); }

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