#CA5781

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

Shades of Cranberry #CA5781

Tints of Cranberry #CA5781

Color information

#CA5781 (or 0xCA5781) is unknown color: approx Cranberry. HEX triplet: CA, 57 and 81. RGB value is (202,87,129). Sum of RGB (Red+Green+Blue) = 202+87+129=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 87 (34.38% from 255 or 20.81% from 418); Blue value is 129 (50.78% from 255 or 30.86% from 418); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5781 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5781 is #35A87E. Grayscale: #7E7E7E. Windows color (decimal): -3516543 or 8476618. OLE color: 8476618.

HSL color Cylindrical-coordinate representation of color #CA5781: hue angle of 338.09º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA5781 is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB20287129-
CMYK00.570.360.21
HSL338.09º52.04%56.67%-
HSV(B)338.09º56.93%79.22%-
XYZ31.7320.9623.14-
YUV126.17129.6182.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.33%
GREEN value IS 87 (34.38% from 255) = 20.81%
BLUE value IS 129 (50.78% from 255) = 30.86%
R=48.33%
G=20.81%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028712900.570.360.21338.0952.0456.67
HexCA578103924151523439
Octal31212720107144255226471
Binary11001010101011110000001011100110010010101101010010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5781; }

 p { color: rgb(202,87,129); }

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

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

 a { background-color: rgb(202,87,129); }

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

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

 span { border-color: rgb(202,87,129); }

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