Html Css Color HEX #C3ADC6 Lola

📋 copy color: '#C3ADC6'

red 195 ◦ green 173 ◦ blue 198

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

Shades of Lola #C3ADC6

Tints of Lola #C3ADC6

RGB

 RED value IS 195 (76.56% from 255) = 34.45%

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

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

R = 34.45%
G = 30.57%
B = 34.98%

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

#C3ADC6 (or 0xC3ADC6) is known color: Lola. HEX triplet: C3, AD and C6. RGB value is (195,173,198). Sum of RGB (Red+Green+Blue) = 195+173+198=566 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.45% from 566); Green value is 173 (67.97% from 255 or 30.57% from 566); Blue value is 198 (77.73% from 255 or 34.98% from 566); Max value from RGB is 198 - color contains mainly: blue. Hex color #C3ADC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3ADC6 is #3C5239. Grayscale: #B6B6B6. Windows color (decimal): -3953210 or 13020611. OLE color: 13020611.

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

Color convert

RGB 195 173 198 -
CMYK 0.02 0.13 0 0.22
HSL 292.8º 0.18% 0.73% -
HSV(B) 292.8º 0.13% 0.78% -
XYZ 47.64 45.57 59.71 -
YUV 182.43 136.79 136.97 -
System Red Green Blue C M Y K H S L
Decimal 195 173 198 0.02 0.13 0 0.22 292.8 0.18 0.73
Hex C3 AD C6 2 D 0 16 125 12 49
Octal 303 255 306 2 15 0 26 445 22 111
Binary 11000011 10101101 11000110 10 1101 0 10110 100100101 10010 1001001

Color Harmonies of #C3ADC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3ADC6

Black with #C3ADC6

Text Example


Text Example

White with #C3ADC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3ADC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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