Html Css Color HEX #C95248 Sunset

📋 copy color: '#C95248'

red 201 ◦ green 82 ◦ blue 72

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

Shades of Sunset #C95248

Tints of Sunset #C95248

RGB

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

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

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

R = 56.62%
G = 23.1%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#C95248 (or 0xC95248) is known color: Sunset. HEX triplet: C9, 52 and 48. RGB value is (201,82,72). Sum of RGB (Red+Green+Blue) = 201+82+72=355 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.62% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 72 (28.52% from 255 or 20.28% from 355); Max value from RGB is 201 - color contains mainly: red. Hex color #C95248 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95248 is #36ADB7. Grayscale: #747474. Windows color (decimal): -3583416 or 4739785. OLE color: 4739785.

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

Color convert

RGB 201 82 72 -
CMYK 0 0.59 0.64 0.21
HSL 4.65º 0.54% 0.54% -
HSV(B) 4.65º 0.64% 0.79% -
XYZ 28.27 18.92 8.29 -
YUV 116.44 102.92 188.31 -
System Red Green Blue C M Y K H S L
Decimal 201 82 72 0 0.59 0.64 0.21 4.65 0.54 0.54
Hex C9 52 48 0 3B 40 15 5 36 36
Octal 311 122 110 0 73 100 25 5 66 66
Binary 11001001 1010010 1001000 0 111011 1000000 10101 101 110110 110110

Color Harmonies of #C95248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95248

Black with #C95248

Text Example


Text Example

White with #C95248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95248; }

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

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

background-color css

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

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

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

border-color css

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

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

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