Html Css Color HEX #C3AFC6 Lola

📋 copy color: '#C3AFC6'

red 195 ◦ green 175 ◦ blue 198

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

Shades of Lola #C3AFC6

Tints of Lola #C3AFC6

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.81%

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

R = 34.33%
G = 30.81%
B = 34.86%

CMYK

 C value IS 0.02

 M value IS 0.12

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C3AFC6 (or 0xC3AFC6) is known color: Lola. HEX triplet: C3, AF and C6. RGB value is (195,175,198). Sum of RGB (Red+Green+Blue) = 195+175+198=568 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.33% from 568); Green value is 175 (68.75% from 255 or 30.81% from 568); Blue value is 198 (77.73% from 255 or 34.86% from 568); Max value from RGB is 198 - color contains mainly: blue. Hex color #C3AFC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3AFC6 is #3C5039. Grayscale: #B7B7B7. Windows color (decimal): -3952698 or 13021123. OLE color: 13021123.

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

Color convert

RGB 195 175 198 -
CMYK 0.02 0.12 0 0.22
HSL 292.17º 0.17% 0.73% -
HSV(B) 292.17º 0.12% 0.78% -
XYZ 48.03 46.34 59.84 -
YUV 183.6 136.13 136.13 -
System Red Green Blue C M Y K H S L
Decimal 195 175 198 0.02 0.12 0 0.22 292.17 0.17 0.73
Hex C3 AF C6 2 C 0 16 124 11 49
Octal 303 257 306 2 14 0 26 444 21 111
Binary 11000011 10101111 11000110 10 1100 0 10110 100100100 10001 1001001

Color Harmonies of #C3AFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AFC6

Black with #C3AFC6

Text Example


Text Example

White with #C3AFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AFC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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