Html Css Color HEX #C3B1C6 Lola

📋 copy color: '#C3B1C6'

red 195 ◦ green 177 ◦ blue 198

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

Shades of Lola #C3B1C6

Tints of Lola #C3B1C6

RGB

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

 GREEN value IS 177 (69.53% from 255) = 31.05%

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

R = 34.21%
G = 31.05%
B = 34.74%

CMYK

 C value IS 0.02

 M value IS 0.11

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C3B1C6 (or 0xC3B1C6) is known color: Lola. HEX triplet: C3, B1 and C6. RGB value is (195,177,198). Sum of RGB (Red+Green+Blue) = 195+177+198=570 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.21% from 570); Green value is 177 (69.53% from 255 or 31.05% from 570); Blue value is 198 (77.73% from 255 or 34.74% from 570); Max value from RGB is 198 - color contains mainly: blue. Hex color #C3B1C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3B1C6 is #3C4E39. Grayscale: #B8B8B8. Windows color (decimal): -3952186 or 13021635. OLE color: 13021635.

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

Color convert

RGB 195 177 198 -
CMYK 0.02 0.11 0 0.22
HSL 291.43º 0.16% 0.74% -
HSV(B) 291.43º 0.11% 0.78% -
XYZ 48.42 47.12 59.97 -
YUV 184.78 135.46 135.29 -
System Red Green Blue C M Y K H S L
Decimal 195 177 198 0.02 0.11 0 0.22 291.43 0.16 0.74
Hex C3 B1 C6 2 B 0 16 123 10 4A
Octal 303 261 306 2 13 0 26 443 20 112
Binary 11000011 10110001 11000110 10 1011 0 10110 100100011 10000 1001010

Color Harmonies of #C3B1C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B1C6

Black with #C3B1C6

Text Example


Text Example

White with #C3B1C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B1C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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