Html Css Color HEX #C95048 Sunset

📋 copy color: '#C95048'

red 201 ◦ green 80 ◦ blue 72

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

Shades of Sunset #C95048

Tints of Sunset #C95048

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.66%

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

R = 56.94%
G = 22.66%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#C95048 (or 0xC95048) is known color: Sunset. HEX triplet: C9, 50 and 48. RGB value is (201,80,72). Sum of RGB (Red+Green+Blue) = 201+80+72=353 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.94% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 72 (28.52% from 255 or 20.40% from 353); Max value from RGB is 201 - color contains mainly: red. Hex color #C95048 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95048 is #36AFB7. Grayscale: #737373. Windows color (decimal): -3583928 or 4739273. OLE color: 4739273.

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

Color convert

RGB 201 80 72 -
CMYK 0 0.60 0.64 0.21
HSL 3.72º 0.54% 0.54% -
HSV(B) 3.72º 0.64% 0.79% -
XYZ 28.13 18.62 8.24 -
YUV 115.27 103.59 189.15 -
System Red Green Blue C M Y K H S L
Decimal 201 80 72 0 0.60 0.64 0.21 3.72 0.54 0.54
Hex C9 50 48 0 3C 40 15 4 36 36
Octal 311 120 110 0 74 100 25 4 66 66
Binary 11001001 1010000 1001000 0 111100 1000000 10101 100 110110 110110

Color Harmonies of #C95048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95048

Black with #C95048

Text Example


Text Example

White with #C95048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95048; }

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

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

background-color css

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

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

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

border-color css

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

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

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