#C95A80

Color #C95A80 Cranberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cranberry #C95A80

Tints of Cranberry #C95A80

Color information

#C95A80 (or 0xC95A80) is unknown color: approx Cranberry. HEX triplet: C9, 5A and 80. RGB value is (201,90,128). Sum of RGB (Red+Green+Blue) = 201+90+128=419 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.97% from 419); Green value is 90 (35.55% from 255 or 21.48% from 419); Blue value is 128 (50.39% from 255 or 30.55% from 419); Max value from RGB is 201 - color contains mainly: red. Hex color #C95A80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95A80 is #36A57F. Grayscale: #7F7F7F. Windows color (decimal): -3581312 or 8411849. OLE color: 8411849.

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

Color convert

RGB20190128-
CMYK00.550.360.21
HSL339.46º50.68%57.06%-
HSV(B)339.46º55.22%78.82%-
XYZ31.6421.2922.86-
YUV127.52128.27180.41-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.97%
GREEN value IS 90 (35.55% from 255) = 21.48%
BLUE value IS 128 (50.39% from 255) = 30.55%
R=47.97%
G=21.48%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2019012800.550.360.21339.4650.6857.06
HexC95A8003724151533339
Octal31113220006744255236371
Binary11001001101101010000000011011110010010101101010011110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95A80; }

 p { color: rgb(201,90,128); }

 H1.HeaderClassName
 {
   color: #C95A80;
 }
 .AnyTagClassName
 {
   color: #C95A80;
 }
</style>
background-color css

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

 a { background-color: rgb(201,90,128); }

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

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

 span { border-color: rgb(201,90,128); }

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