Html Css Color HEX #CAC0E6 Melrose

📋 copy color: '#CAC0E6'

red 202 ◦ green 192 ◦ blue 230

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

Shades of Melrose #CAC0E6

Tints of Melrose #CAC0E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 36.86%

R = 32.37%
G = 30.77%
B = 36.86%

CMYK

 C value IS 0.12

 M value IS 0.17

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CAC0E6 (or 0xCAC0E6) is known color: Melrose. HEX triplet: CA, C0 and E6. RGB value is (202,192,230). Sum of RGB (Red+Green+Blue) = 202+192+230=624 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.37% from 624); Green value is 192 (75.39% from 255 or 30.77% from 624); Blue value is 230 (90.23% from 255 or 36.86% from 624); Max value from RGB is 230 - color contains mainly: blue. Hex color #CAC0E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC0E6 is #353F19. Grayscale: #C7C7C7. Windows color (decimal): -3489562 or 15122634. OLE color: 15122634.

HSL color Cylindrical-coordinate representation of color #CAC0E6: hue angle of 255.79º degrees, saturation: 0.43, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAC0E6 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 192 230 -
CMYK 0.12 0.17 0 0.10
HSL 255.79º 0.43% 0.83% -
HSV(B) 255.79º 0.17% 0.9% -
XYZ 57.49 55.97 82.64 -
YUV 199.32 145.31 129.91 -
System Red Green Blue C M Y K H S L
Decimal 202 192 230 0.12 0.17 0 0.10 255.79 0.43 0.83
Hex CA C0 E6 C 11 0 A 100 2B 53
Octal 312 300 346 14 21 0 12 400 53 123
Binary 11001010 11000000 11100110 1100 10001 0 1010 100000000 101011 1010011

Color Harmonies of #CAC0E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC0E6

Black with #CAC0E6

Text Example


Text Example

White with #CAC0E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC0E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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