Html Css Color HEX #C95648 Dark Coral

📋 copy color: '#C95648'

red 201 ◦ green 86 ◦ blue 72

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

Shades of Dark Coral #C95648

Tints of Dark Coral #C95648

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.96%

 BLUE value IS 72 (28.52% from 255) = 20.06%

R = 55.99%
G = 23.96%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#C95648 (or 0xC95648) is known color: Dark Coral. HEX triplet: C9, 56 and 48. RGB value is (201,86,72). Sum of RGB (Red+Green+Blue) = 201+86+72=359 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.99% from 359); Green value is 86 (33.98% from 255 or 23.96% from 359); Blue value is 72 (28.52% from 255 or 20.06% from 359); Max value from RGB is 201 - color contains mainly: red. Hex color #C95648 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95648 is #36A9B7. Grayscale: #767676. Windows color (decimal): -3582392 or 4740809. OLE color: 4740809.

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

Color convert

RGB 201 86 72 -
CMYK 0 0.57 0.64 0.21
HSL 6.51º 0.54% 0.54% -
HSV(B) 6.51º 0.64% 0.79% -
XYZ 28.58 19.54 8.4 -
YUV 118.79 101.6 186.64 -
System Red Green Blue C M Y K H S L
Decimal 201 86 72 0 0.57 0.64 0.21 6.51 0.54 0.54
Hex C9 56 48 0 39 40 15 7 36 36
Octal 311 126 110 0 71 100 25 7 66 66
Binary 11001001 1010110 1001000 0 111001 1000000 10101 111 110110 110110

Color Harmonies of #C95648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95648

Black with #C95648

Text Example


Text Example

White with #C95648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95648; }

 p { color: rgb(201,86,72); }

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

background-color css

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

 a { background-color: rgb(201,86,72); }

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

border-color css

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

 span { border-color: rgb(201,86,72); }

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