#CA527A

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

Shades of Cranberry #CA527A

Tints of Cranberry #CA527A

Color information

#CA527A (or 0xCA527A) is unknown color: approx Cranberry. HEX triplet: CA, 52 and 7A. RGB value is (202,82,122). Sum of RGB (Red+Green+Blue) = 202+82+122=406 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.75% from 406); Green value is 82 (32.42% from 255 or 20.20% from 406); Blue value is 122 (48.05% from 255 or 30.05% from 406); Max value from RGB is 202 - color contains mainly: red. Hex color #CA527A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA527A is #35AD85. Grayscale: #7A7A7A. Windows color (decimal): -3517830 or 8016586. OLE color: 8016586.

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

Color convert

RGB20282122-
CMYK00.590.400.21
HSL340º53.1%55.69%-
HSV(B)340º59.41%79.22%-
XYZ30.892020.64-
YUV122.44127.76184.75-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.75%
GREEN value IS 82 (32.42% from 255) = 20.20%
BLUE value IS 122 (48.05% from 255) = 30.05%
R=49.75%
G=20.20%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028212200.590.400.2134053.155.69
HexCA527A03B28151543538
Octal31212217207350255246570
Binary1100101010100101111010011101110100010101101010100110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA527A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA527A; }

 p { color: rgb(202,82,122); }

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

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

 a { background-color: rgb(202,82,122); }

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

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

 span { border-color: rgb(202,82,122); }

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