#CA6067

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

Shades of Mandy #CA6067

Tints of Mandy #CA6067

Color information

#CA6067 (or 0xCA6067) is unknown color: approx Mandy. HEX triplet: CA, 60 and 67. RGB value is (202,96,103). Sum of RGB (Red+Green+Blue) = 202+96+103=401 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.37% from 401); Green value is 96 (37.89% from 255 or 23.94% from 401); Blue value is 103 (40.62% from 255 or 25.69% from 401); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6067 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6067 is #359F98. Grayscale: #808080. Windows color (decimal): -3514265 or 6774986. OLE color: 6774986.

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

Color convert

RGB20296103-
CMYK00.520.490.21
HSL356.04º50%58.43%-
HSV(B)356.04º52.48%79.22%-
XYZ30.9921.915.43-
YUV128.49113.62180.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.37%
GREEN value IS 96 (37.89% from 255) = 23.94%
BLUE value IS 103 (40.62% from 255) = 25.69%
R=50.37%
G=23.94%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029610300.520.490.21356.045058.43
HexCA60670343115164323a
Octal31214014706461255446272
Binary1100101011000001100111011010011000110101101100100110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6067; }

 p { color: rgb(202,96,103); }

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

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

 a { background-color: rgb(202,96,103); }

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

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

 span { border-color: rgb(202,96,103); }

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