Html Css Color HEX #C2ADC6 Lola

📋 copy color: '#C2ADC6'

red 194 ◦ green 173 ◦ blue 198

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

Shades of Lola #C2ADC6

Tints of Lola #C2ADC6

RGB

 RED value IS 194 (76.17% from 255) = 34.34%

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

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

R = 34.34%
G = 30.62%
B = 35.04%

CMYK

 C value IS 0.02

 M value IS 0.13

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C2ADC6 (or 0xC2ADC6) is known color: Lola. HEX triplet: C2, AD and C6. RGB value is (194,173,198). Sum of RGB (Red+Green+Blue) = 194+173+198=565 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.34% from 565); Green value is 173 (67.97% from 255 or 30.62% from 565); Blue value is 198 (77.73% from 255 or 35.04% from 565); Max value from RGB is 198 - color contains mainly: blue. Hex color #C2ADC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ADC6 is #3D5239. Grayscale: #B6B6B6. Windows color (decimal): -4018746 or 13020610. OLE color: 13020610.

HSL color Cylindrical-coordinate representation of color #C2ADC6: hue angle of 290.4º 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 #C2ADC6 is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 194 173 198 -
CMYK 0.02 0.13 0 0.22
HSL 290.4º 0.18% 0.73% -
HSV(B) 290.4º 0.13% 0.78% -
XYZ 47.38 45.43 59.7 -
YUV 182.13 136.96 136.47 -
System Red Green Blue C M Y K H S L
Decimal 194 173 198 0.02 0.13 0 0.22 290.4 0.18 0.73
Hex C2 AD C6 2 D 0 16 122 12 49
Octal 302 255 306 2 15 0 26 442 22 111
Binary 11000010 10101101 11000110 10 1101 0 10110 100100010 10010 1001001

Color Harmonies of #C2ADC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ADC6

Black with #C2ADC6

Text Example


Text Example

White with #C2ADC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ADC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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