Html Css Color HEX #C95D48 Dark Coral

📋 copy color: '#C95D48'

red 201 ◦ green 93 ◦ blue 72

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

Shades of Dark Coral #C95D48

Tints of Dark Coral #C95D48

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.41%

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

R = 54.92%
G = 25.41%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#C95D48 (or 0xC95D48) is known color: Dark Coral. HEX triplet: C9, 5D and 48. RGB value is (201,93,72). Sum of RGB (Red+Green+Blue) = 201+93+72=366 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.92% from 366); Green value is 93 (36.72% from 255 or 25.41% from 366); Blue value is 72 (28.52% from 255 or 19.67% from 366); Max value from RGB is 201 - color contains mainly: red. Hex color #C95D48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95D48 is #36A2B7. Grayscale: #7B7B7B. Windows color (decimal): -3580600 or 4742601. OLE color: 4742601.

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

Color convert

RGB 201 93 72 -
CMYK 0 0.54 0.64 0.21
HSL 9.77º 0.54% 0.54% -
HSV(B) 9.77º 0.64% 0.79% -
XYZ 29.17 20.71 8.59 -
YUV 122.9 99.28 183.71 -
System Red Green Blue C M Y K H S L
Decimal 201 93 72 0 0.54 0.64 0.21 9.77 0.54 0.54
Hex C9 5D 48 0 36 40 15 A 36 36
Octal 311 135 110 0 66 100 25 12 66 66
Binary 11001001 1011101 1001000 0 110110 1000000 10101 1010 110110 110110

Color Harmonies of #C95D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95D48

Black with #C95D48

Text Example


Text Example

White with #C95D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95D48; }

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

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

background-color css

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

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

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

border-color css

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

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

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