#ca5c7f

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

Shades of Cranberry #CA5C7F

Tints of Cranberry #CA5C7F

Color information

#CA5C7F (or 0xCA5C7F) is unknown color: approx Cranberry. HEX triplet: CA, 5C and 7F. RGB value is (202,92,127). Sum of RGB (Red+Green+Blue) = 202+92+127=421 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.98% from 421); Green value is 92 (36.33% from 255 or 21.85% from 421); Blue value is 127 (50% from 255 or 30.17% from 421); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5C7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5C7F is #35A380. Grayscale: #808080. Windows color (decimal): -3515265 or 8346826. OLE color: 8346826.

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

Color convert

RGB20292127-
CMYK00.540.370.21
HSL340.91º50.93%57.65%-
HSV(B)340.91º54.46%79.22%-
XYZ32.0221.7422.59-
YUV128.88126.94180.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.98%
GREEN value IS 92 (36.33% from 255) = 21.85%
BLUE value IS 127 (50% from 255) = 30.17%
R=47.98%
G=21.85%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029212700.540.370.21340.9150.9357.65
HexCA5C7F0362515155333a
Octal31213417706645255256372
Binary1100101010111001111111011011010010110101101010101110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca5c7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca5c7f; }

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

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

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

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

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

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

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

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