#CA567B

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

Shades of Cranberry #CA567B

Tints of Cranberry #CA567B

Color information

#CA567B (or 0xCA567B) is unknown color: approx Cranberry. HEX triplet: CA, 56 and 7B. RGB value is (202,86,123). Sum of RGB (Red+Green+Blue) = 202+86+123=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 86 (33.98% from 255 or 20.92% from 411); Blue value is 123 (48.44% from 255 or 29.93% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CA567B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA567B is #35A984. Grayscale: #7C7C7C. Windows color (decimal): -3516805 or 8083146. OLE color: 8083146.

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

Color convert

RGB20286123-
CMYK00.570.390.21
HSL340.86º52.25%56.47%-
HSV(B)340.86º57.43%79.22%-
XYZ31.2620.6421.08-
YUV124.9126.93182.99-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.15%
GREEN value IS 86 (33.98% from 255) = 20.92%
BLUE value IS 123 (48.44% from 255) = 29.93%
R=49.15%
G=20.92%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028612300.570.390.21340.8652.2556.47
HexCA567B03927151553438
Octal31212617307147255256470
Binary1100101010101101111011011100110011110101101010101110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA567B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA567B; }

 p { color: rgb(202,86,123); }

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

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

 a { background-color: rgb(202,86,123); }

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

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

 span { border-color: rgb(202,86,123); }

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