Html Css Color HEX #CAC6D0 Melrose

📋 copy color: '#CAC6D0'

red 202 ◦ green 198 ◦ blue 208

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

Shades of Melrose #CAC6D0

Tints of Melrose #CAC6D0

RGB

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

 GREEN value IS 198 (77.73% from 255) = 32.57%

 BLUE value IS 208 (81.64% from 255) = 34.21%

R = 33.22%
G = 32.57%
B = 34.21%

CMYK

 C value IS 0.03

 M value IS 0.05

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CAC6D0 (or 0xCAC6D0) is known color: Melrose. HEX triplet: CA, C6 and D0. RGB value is (202,198,208). Sum of RGB (Red+Green+Blue) = 202+198+208=608 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.22% from 608); Green value is 198 (77.73% from 255 or 32.57% from 608); Blue value is 208 (81.64% from 255 or 34.21% from 608); Max value from RGB is 208 - color contains mainly: blue. Hex color #CAC6D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC6D0 is #35392F. Grayscale: #C8C8C8. Windows color (decimal): -3488048 or 13682378. OLE color: 13682378.

HSL color Cylindrical-coordinate representation of color #CAC6D0: hue angle of 264º degrees, saturation: 0.1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CAC6D0 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 202 198 208 -
CMYK 0.03 0.05 0 0.18
HSL 264º 0.1% 0.8% -
HSV(B) 264º 0.05% 0.82% -
XYZ 55.94 57.5 67.82 -
YUV 200.34 132.33 129.19 -
System Red Green Blue C M Y K H S L
Decimal 202 198 208 0.03 0.05 0 0.18 264 0.1 0.8
Hex CA C6 D0 3 5 0 12 108 A 50
Octal 312 306 320 3 5 0 22 410 12 120
Binary 11001010 11000110 11010000 11 101 0 10010 100001000 1010 1010000

Color Harmonies of #CAC6D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC6D0

Black with #CAC6D0

Text Example


Text Example

White with #CAC6D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC6D0; }

 p { color: rgb(202,198,208); }

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

background-color css

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

 a { background-color: rgb(202,198,208); }

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

border-color css

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

 span { border-color: rgb(202,198,208); }

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