#CA6264

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

Shades of Mandy #CA6264

Tints of Mandy #CA6264

Color information

#CA6264 (or 0xCA6264) is unknown color: approx Mandy. HEX triplet: CA, 62 and 64. RGB value is (202,98,100). Sum of RGB (Red+Green+Blue) = 202+98+100=400 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.5% from 400); Green value is 98 (38.67% from 255 or 24.5% from 400); Blue value is 100 (39.45% from 255 or 25% from 400); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6264 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6264 is #359D9B. Grayscale: #818181. Windows color (decimal): -3513756 or 6578890. OLE color: 6578890.

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

Color convert

RGB20298100-
CMYK00.510.500.21
HSL358.85º49.52%58.82%-
HSV(B)358.85º51.49%79.22%-
XYZ31.0322.2114.71-
YUV129.32111.46179.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.5%
GREEN value IS 98 (38.67% from 255) = 24.5%
BLUE value IS 100 (39.45% from 255) = 25%
R=50.5%
G=24.5%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029810000.510.500.21358.8549.5258.82
HexCA62640333215167323b
Octal31214214406362255476273
Binary1100101011000101100100011001111001010101101100111110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6264; }

 p { color: rgb(202,98,100); }

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

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

 a { background-color: rgb(202,98,100); }

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

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

 span { border-color: rgb(202,98,100); }

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