Html Css Color HEX #CAC0EC Melrose

📋 copy color: '#CAC0EC'

red 202 ◦ green 192 ◦ blue 236

#CAC0EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melrose #CAC0EC

Tints of Melrose #CAC0EC

RGB

 RED value IS 202 (79.3% from 255) = 32.06%

 GREEN value IS 192 (75.39% from 255) = 30.48%

 BLUE value IS 236 (92.58% from 255) = 37.46%

R = 32.06%
G = 30.48%
B = 37.46%

CMYK

 C value IS 0.14

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CAC0EC (or 0xCAC0EC) is known color: Melrose. HEX triplet: CA, C0 and EC. RGB value is (202,192,236). Sum of RGB (Red+Green+Blue) = 202+192+236=630 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.06% from 630); Green value is 192 (75.39% from 255 or 30.48% from 630); Blue value is 236 (92.58% from 255 or 37.46% from 630); Max value from RGB is 236 - color contains mainly: blue. Hex color #CAC0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC0EC is #353F13. Grayscale: #C7C7C7. Windows color (decimal): -3489556 or 15515850. OLE color: 15515850.

HSL color Cylindrical-coordinate representation of color #CAC0EC: hue angle of 253.64º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAC0EC is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 192 236 -
CMYK 0.14 0.19 0 0.07
HSL 253.64º 0.54% 0.84% -
HSV(B) 253.64º 0.19% 0.93% -
XYZ 58.35 56.31 87.15 -
YUV 200.01 148.31 129.42 -
System Red Green Blue C M Y K H S L
Decimal 202 192 236 0.14 0.19 0 0.07 253.64 0.54 0.84
Hex CA C0 EC E 13 0 7 FE 36 54
Octal 312 300 354 16 23 0 7 376 66 124
Binary 11001010 11000000 11101100 1110 10011 0 111 11111110 110110 1010100

Color Harmonies of #CAC0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC0EC

Black with #CAC0EC

Text Example


Text Example

White with #CAC0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC0EC; }

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

 H1.HeaderClassName
 {
   color: #CAC0EC;
 }
 .AnyTagClassName
 {
   color: #CAC0EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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