#C95680

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

Shades of Cranberry #C95680

Tints of Cranberry #C95680

Color information

#C95680 (or 0xC95680) is unknown color: approx Cranberry. HEX triplet: C9, 56 and 80. RGB value is (201,86,128). Sum of RGB (Red+Green+Blue) = 201+86+128=415 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.43% from 415); Green value is 86 (33.98% from 255 or 20.72% from 415); Blue value is 128 (50.39% from 255 or 30.84% from 415); Max value from RGB is 201 - color contains mainly: red. Hex color #C95680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95680 is #36A97F. Grayscale: #7D7D7D. Windows color (decimal): -3582336 or 8410825. OLE color: 8410825.

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

Color convert

RGB20186128-
CMYK00.570.360.21
HSL338.09º51.57%56.27%-
HSV(B)338.09º57.21%78.82%-
XYZ31.3120.6322.75-
YUV125.17129.6182.08-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.43%
GREEN value IS 86 (33.98% from 255) = 20.72%
BLUE value IS 128 (50.39% from 255) = 30.84%
R=48.43%
G=20.72%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2018612800.570.360.21338.0951.5756.27
HexC9568003924151523438
Octal31112620007144255226470
Binary11001001101011010000000011100110010010101101010010110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95680; }

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

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

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

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

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

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

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

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