Html Css Color HEX #C3B0C6 Lola

📋 copy color: '#C3B0C6'

red 195 ◦ green 176 ◦ blue 198

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

Shades of Lola #C3B0C6

Tints of Lola #C3B0C6

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.93%

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

R = 34.27%
G = 30.93%
B = 34.8%

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

#C3B0C6 (or 0xC3B0C6) is known color: Lola. HEX triplet: C3, B0 and C6. RGB value is (195,176,198). Sum of RGB (Red+Green+Blue) = 195+176+198=569 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.27% from 569); Green value is 176 (69.14% from 255 or 30.93% from 569); Blue value is 198 (77.73% from 255 or 34.80% from 569); Max value from RGB is 198 - color contains mainly: blue. Hex color #C3B0C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3B0C6 is #3C4F39. Grayscale: #B8B8B8. Windows color (decimal): -3952442 or 13021379. OLE color: 13021379.

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

Color convert

RGB 195 176 198 -
CMYK 0.02 0.11 0 0.22
HSL 291.82º 0.16% 0.73% -
HSV(B) 291.82º 0.11% 0.78% -
XYZ 48.22 46.73 59.9 -
YUV 184.19 135.79 135.71 -
System Red Green Blue C M Y K H S L
Decimal 195 176 198 0.02 0.11 0 0.22 291.82 0.16 0.73
Hex C3 B0 C6 2 B 0 16 124 10 49
Octal 303 260 306 2 13 0 26 444 20 111
Binary 11000011 10110000 11000110 10 1011 0 10110 100100100 10000 1001001

Color Harmonies of #C3B0C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B0C6

Black with #C3B0C6

Text Example


Text Example

White with #C3B0C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B0C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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