#C9527B

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

Shades of Cranberry #C9527B

Tints of Cranberry #C9527B

Color information

#C9527B (or 0xC9527B) is unknown color: approx Cranberry. HEX triplet: C9, 52 and 7B. RGB value is (201,82,123). Sum of RGB (Red+Green+Blue) = 201+82+123=406 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.51% from 406); Green value is 82 (32.42% from 255 or 20.20% from 406); Blue value is 123 (48.44% from 255 or 30.30% from 406); Max value from RGB is 201 - color contains mainly: red. Hex color #C9527B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9527B is #36AD84. Grayscale: #7A7A7A. Windows color (decimal): -3583365 or 8082121. OLE color: 8082121.

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

Color convert

RGB20182123-
CMYK00.590.390.21
HSL339.33º52.42%55.49%-
HSV(B)339.33º59.2%78.82%-
XYZ30.6819.8820.96-
YUV122.26128.42184.17-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 49.51%
GREEN value IS 82 (32.42% from 255) = 20.20%
BLUE value IS 123 (48.44% from 255) = 30.30%
R=49.51%
G=20.20%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2018212300.590.390.21339.3352.4255.49
HexC9527B03B27151533437
Octal31112217307347255236467
Binary1100100110100101111011011101110011110101101010011110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9527B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9527B; }

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

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

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

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

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

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

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

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