#CA457A

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

Shades of Cranberry #CA457A

Tints of Cranberry #CA457A

Color information

#CA457A (or 0xCA457A) is unknown color: approx Cranberry. HEX triplet: CA, 45 and 7A. RGB value is (202,69,122). Sum of RGB (Red+Green+Blue) = 202+69+122=393 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.40% from 393); Green value is 69 (27.34% from 255 or 17.56% from 393); Blue value is 122 (48.05% from 255 or 31.04% from 393); Max value from RGB is 202 - color contains mainly: red. Hex color #CA457A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA457A is #35BA85. Grayscale: #727272. Windows color (decimal): -3521158 or 8013258. OLE color: 8013258.

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

Color convert

RGB20269122-
CMYK00.660.400.21
HSL336.09º55.65%53.14%-
HSV(B)336.09º65.84%79.22%-
XYZ3018.2220.35-
YUV114.81132.06190.19-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.40%
GREEN value IS 69 (27.34% from 255) = 17.56%
BLUE value IS 122 (48.05% from 255) = 31.04%
R=51.40%
G=17.56%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026912200.660.400.21336.0955.6553.14
HexCA457A04228151503835
Octal312105172010250255207065
Binary11001010100010111110100100001010100010101101010000111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA457A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA457A; }

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

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

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

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

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

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

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

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