#CA5C7D

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

Shades of Cranberry #CA5C7D

Tints of Cranberry #CA5C7D

Color information

#CA5C7D (or 0xCA5C7D) is unknown color: approx Cranberry. HEX triplet: CA, 5C and 7D. RGB value is (202,92,125). Sum of RGB (Red+Green+Blue) = 202+92+125=419 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.21% from 419); Green value is 92 (36.33% from 255 or 21.96% from 419); Blue value is 125 (49.22% from 255 or 29.83% from 419); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5C7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5C7D is #35A382. Grayscale: #808080. Windows color (decimal): -3515267 or 8215754. OLE color: 8215754.

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

Color convert

RGB20292125-
CMYK00.540.380.21
HSL342º50.93%57.65%-
HSV(B)342º54.46%79.22%-
XYZ31.8921.6921.91-
YUV128.65125.94180.32-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.21%
GREEN value IS 92 (36.33% from 255) = 21.96%
BLUE value IS 125 (49.22% from 255) = 29.83%
R=48.21%
G=21.96%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029212500.540.380.2134250.9357.65
HexCA5C7D0362615156333a
Octal31213417506646255266372
Binary1100101010111001111101011011010011010101101010110110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5C7D; }

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

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

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

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

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

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

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

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