#CA5A7E

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

Shades of Cranberry #CA5A7E

Tints of Cranberry #CA5A7E

Color information

#CA5A7E (or 0xCA5A7E) is unknown color: approx Cranberry. HEX triplet: CA, 5A and 7E. RGB value is (202,90,126). Sum of RGB (Red+Green+Blue) = 202+90+126=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 90 (35.55% from 255 or 21.53% from 418); Blue value is 126 (49.61% from 255 or 30.14% from 418); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5A7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5A7E is #35A581. Grayscale: #7F7F7F. Windows color (decimal): -3515778 or 8280778. OLE color: 8280778.

HSL color Cylindrical-coordinate representation of color #CA5A7E: hue angle of 340.71º 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 #CA5A7E is Cyan = 0, Magento = 0.55, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB20290126-
CMYK00.550.380.21
HSL340.71º51.38%57.25%-
HSV(B)340.71º55.45%79.22%-
XYZ31.7821.3822.19-
YUV127.59127.11181.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.33%
GREEN value IS 90 (35.55% from 255) = 21.53%
BLUE value IS 126 (49.61% from 255) = 30.14%
R=48.33%
G=21.53%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029012600.550.380.21340.7151.3857.25
HexCA5A7E03726151553339
Octal31213217606746255256371
Binary1100101010110101111110011011110011010101101010101110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5A7E; }

 p { color: rgb(202,90,126); }

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

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

 a { background-color: rgb(202,90,126); }

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

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

 span { border-color: rgb(202,90,126); }

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