Html Css Color HEX #C0ADC6 Lola

📋 copy color: '#C0ADC6'

red 192 ◦ green 173 ◦ blue 198

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

Shades of Lola #C0ADC6

Tints of Lola #C0ADC6

RGB

 RED value IS 192 (75.39% from 255) = 34.1%

 GREEN value IS 173 (67.97% from 255) = 30.73%

 BLUE value IS 198 (77.73% from 255) = 35.17%

R = 34.1%
G = 30.73%
B = 35.17%

CMYK

 C value IS 0.03

 M value IS 0.13

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C0ADC6 (or 0xC0ADC6) is known color: Lola. HEX triplet: C0, AD and C6. RGB value is (192,173,198). Sum of RGB (Red+Green+Blue) = 192+173+198=563 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.10% from 563); Green value is 173 (67.97% from 255 or 30.73% from 563); Blue value is 198 (77.73% from 255 or 35.17% from 563); Max value from RGB is 198 - color contains mainly: blue. Hex color #C0ADC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ADC6 is #3F5239. Grayscale: #B5B5B5. Windows color (decimal): -4149818 or 13020608. OLE color: 13020608.

HSL color Cylindrical-coordinate representation of color #C0ADC6: hue angle of 285.6º degrees, saturation: 0.18, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C0ADC6 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 192 173 198 -
CMYK 0.03 0.13 0 0.22
HSL 285.6º 0.18% 0.73% -
HSV(B) 285.6º 0.13% 0.78% -
XYZ 46.87 45.17 59.67 -
YUV 181.53 137.29 135.47 -
System Red Green Blue C M Y K H S L
Decimal 192 173 198 0.03 0.13 0 0.22 285.6 0.18 0.73
Hex C0 AD C6 3 D 0 16 11E 12 49
Octal 300 255 306 3 15 0 26 436 22 111
Binary 11000000 10101101 11000110 11 1101 0 10110 100011110 10010 1001001

Color Harmonies of #C0ADC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ADC6

Black with #C0ADC6

Text Example


Text Example

White with #C0ADC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ADC6; }

 p { color: rgb(192,173,198); }

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

background-color css

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

 a { background-color: rgb(192,173,198); }

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

border-color css

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

 span { border-color: rgb(192,173,198); }

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