Html Css Color HEX #C95144 Sunset

📋 copy color: '#C95144'

red 201 ◦ green 81 ◦ blue 68

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

Shades of Sunset #C95144

Tints of Sunset #C95144

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.14%

 BLUE value IS 68 (26.95% from 255) = 19.43%

R = 57.43%
G = 23.14%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#C95144 (or 0xC95144) is known color: Sunset. HEX triplet: C9, 51 and 44. RGB value is (201,81,68). Sum of RGB (Red+Green+Blue) = 201+81+68=350 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.43% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 68 (26.95% from 255 or 19.43% from 350); Max value from RGB is 201 - color contains mainly: red. Hex color #C95144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95144 is #36AEBB. Grayscale: #737373. Windows color (decimal): -3583676 or 4477385. OLE color: 4477385.

HSL color Cylindrical-coordinate representation of color #C95144: hue angle of 5.86º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C95144 is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 81 68 -
CMYK 0 0.60 0.66 0.21
HSL 5.86º 0.55% 0.53% -
HSV(B) 5.86º 0.66% 0.79% -
XYZ 28.07 18.72 7.6 -
YUV 115.4 101.26 189.06 -
System Red Green Blue C M Y K H S L
Decimal 201 81 68 0 0.60 0.66 0.21 5.86 0.55 0.53
Hex C9 51 44 0 3C 42 15 6 37 35
Octal 311 121 104 0 74 102 25 6 67 65
Binary 11001001 1010001 1000100 0 111100 1000010 10101 110 110111 110101

Color Harmonies of #C95144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95144

Black with #C95144

Text Example


Text Example

White with #C95144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95144; }

 p { color: rgb(201,81,68); }

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

background-color css

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

 a { background-color: rgb(201,81,68); }

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

border-color css

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

 span { border-color: rgb(201,81,68); }

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