Html Css Color HEX #C2B3C6 Lola

📋 copy color: '#C2B3C6'

red 194 ◦ green 179 ◦ blue 198

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

Shades of Lola #C2B3C6

Tints of Lola #C2B3C6

RGB

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

 GREEN value IS 179 (70.31% from 255) = 31.35%

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

R = 33.98%
G = 31.35%
B = 34.68%

CMYK

 C value IS 0.02

 M value IS 0.10

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C2B3C6 (or 0xC2B3C6) is known color: Lola. HEX triplet: C2, B3 and C6. RGB value is (194,179,198). Sum of RGB (Red+Green+Blue) = 194+179+198=571 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.98% from 571); Green value is 179 (70.31% from 255 or 31.35% from 571); Blue value is 198 (77.73% from 255 or 34.68% from 571); Max value from RGB is 198 - color contains mainly: blue. Hex color #C2B3C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B3C6 is #3D4C39. Grayscale: #B9B9B9. Windows color (decimal): -4017210 or 13022146. OLE color: 13022146.

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

Color convert

RGB 194 179 198 -
CMYK 0.02 0.10 0 0.22
HSL 287.37º 0.14% 0.74% -
HSV(B) 287.37º 0.1% 0.78% -
XYZ 48.56 47.79 60.09 -
YUV 185.65 134.97 133.96 -
System Red Green Blue C M Y K H S L
Decimal 194 179 198 0.02 0.10 0 0.22 287.37 0.14 0.74
Hex C2 B3 C6 2 A 0 16 11F E 4A
Octal 302 263 306 2 12 0 26 437 16 112
Binary 11000010 10110011 11000110 10 1010 0 10110 100011111 1110 1001010

Color Harmonies of #C2B3C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B3C6

Black with #C2B3C6

Text Example


Text Example

White with #C2B3C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B3C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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