#CAC0F2

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

Shades of Melrose #CAC0F2

Tints of Melrose #CAC0F2

Color information

#CAC0F2 (or 0xCAC0F2) is unknown color: approx Melrose. HEX triplet: CA, C0 and F2. RGB value is (202,192,242). Sum of RGB (Red+Green+Blue) = 202+192+242=636 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.76% from 636); Green value is 192 (75.39% from 255 or 30.19% from 636); Blue value is 242 (94.92% from 255 or 38.05% from 636); Max value from RGB is 242 - color contains mainly: blue. Hex color #CAC0F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC0F2 is #353F0D. Grayscale: #C8C8C8. Windows color (decimal): -3489550 or 15909066. OLE color: 15909066.

HSL color Cylindrical-coordinate representation of color #CAC0F2: hue angle of 252º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAC0F2 is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB202192242-
CMYK0.170.2100.05
HSL252º65.79%85.1%-
HSV(B)252º20.66%94.9%-
XYZ59.2356.6791.82-
YUV200.69151.31128.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.76%
GREEN value IS 192 (75.39% from 255) = 30.19%
BLUE value IS 242 (94.92% from 255) = 38.05%
R=31.76%
G=30.19%
B=38.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2021922420.170.2100.0525265.7985.1
HexCAC0F2111505fc4255
Octal312300362212505374102125
Binary110010101100000011110010100011010101011111110010000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC0F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC0F2; }

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

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

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

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

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

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

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

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