#CAC0DA

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

Shades of Melrose #CAC0DA

Tints of Melrose #CAC0DA

Color information

#CAC0DA (or 0xCAC0DA) is unknown color: approx Melrose. HEX triplet: CA, C0 and DA. RGB value is (202,192,218). Sum of RGB (Red+Green+Blue) = 202+192+218=612 (81% of max value = 765). Red value is 202 (79.30% from 255 or 33.01% from 612); Green value is 192 (75.39% from 255 or 31.37% from 612); Blue value is 218 (85.55% from 255 or 35.62% from 612); Max value from RGB is 218 - color contains mainly: blue. Hex color #CAC0DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC0DA is #353F25. Grayscale: #C5C5C5. Windows color (decimal): -3489574 or 14336202. OLE color: 14336202.

HSL color Cylindrical-coordinate representation of color #CAC0DA: hue angle of 263.08º degrees, saturation: 0.26, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CAC0DA is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB202192218-
CMYK0.070.1200.15
HSL263.08º26%80.39%-
HSV(B)263.08º11.93%85.49%-
XYZ55.8655.3274.06-
YUV197.95139.31130.89-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.01%
GREEN value IS 192 (75.39% from 255) = 31.37%
BLUE value IS 218 (85.55% from 255) = 35.62%
R=33.01%
G=31.37%
B=35.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2021922180.070.1200.15263.082680.39
HexCAC0DA7C0F1071a50
Octal31230033271401740732120
Binary110010101100000011011010111110001111100000111110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC0DA; }

 p { color: rgb(202,192,218); }

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

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

 a { background-color: rgb(202,192,218); }

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

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

 span { border-color: rgb(202,192,218); }

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