Html Css Color HEX #C95F48 Dark Coral

📋 copy color: '#C95F48'

red 201 ◦ green 95 ◦ blue 72

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

Shades of Dark Coral #C95F48

Tints of Dark Coral #C95F48

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.82%

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

R = 54.62%
G = 25.82%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#C95F48 (or 0xC95F48) is known color: Dark Coral. HEX triplet: C9, 5F and 48. RGB value is (201,95,72). Sum of RGB (Red+Green+Blue) = 201+95+72=368 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.62% from 368); Green value is 95 (37.5% from 255 or 25.82% from 368); Blue value is 72 (28.52% from 255 or 19.57% from 368); Max value from RGB is 201 - color contains mainly: red. Hex color #C95F48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95F48 is #36A0B7. Grayscale: #7C7C7C. Windows color (decimal): -3580088 or 4743113. OLE color: 4743113.

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

Color convert

RGB 201 95 72 -
CMYK 0 0.53 0.64 0.21
HSL 10.7º 0.54% 0.54% -
HSV(B) 10.7º 0.64% 0.79% -
XYZ 29.35 21.07 8.65 -
YUV 124.07 98.62 182.87 -
System Red Green Blue C M Y K H S L
Decimal 201 95 72 0 0.53 0.64 0.21 10.7 0.54 0.54
Hex C9 5F 48 0 35 40 15 B 36 36
Octal 311 137 110 0 65 100 25 13 66 66
Binary 11001001 1011111 1001000 0 110101 1000000 10101 1011 110110 110110

Color Harmonies of #C95F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95F48

Black with #C95F48

Text Example


Text Example

White with #C95F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95F48; }

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

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

background-color css

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

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

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

border-color css

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

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

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