#CA5E7F

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

Shades of Cranberry #CA5E7F

Tints of Cranberry #CA5E7F

Color information

#CA5E7F (or 0xCA5E7F) is unknown color: approx Cranberry. HEX triplet: CA, 5E and 7F. RGB value is (202,94,127). Sum of RGB (Red+Green+Blue) = 202+94+127=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 94 (37.11% from 255 or 22.22% from 423); Blue value is 127 (50% from 255 or 30.02% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5E7F is #35A180. Grayscale: #828282. Windows color (decimal): -3514753 or 8347338. OLE color: 8347338.

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

Color convert

RGB20294127-
CMYK00.530.370.21
HSL341.67º50.47%58.04%-
HSV(B)341.67º53.47%79.22%-
XYZ32.1922.0922.65-
YUV130.05126.28179.32-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.75%
GREEN value IS 94 (37.11% from 255) = 22.22%
BLUE value IS 127 (50% from 255) = 30.02%
R=47.75%
G=22.22%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029412700.530.370.21341.6750.4758.04
HexCA5E7F0352515156323a
Octal31213617706545255266272
Binary1100101010111101111111011010110010110101101010110110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5E7F; }

 p { color: rgb(202,94,127); }

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

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

 a { background-color: rgb(202,94,127); }

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

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

 span { border-color: rgb(202,94,127); }

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