Html Css Color HEX #C5B8C6 Lola

📋 copy color: '#C5B8C6'

red 197 ◦ green 184 ◦ blue 198

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

Shades of Lola #C5B8C6

Tints of Lola #C5B8C6

RGB

 RED value IS 197 (77.34% from 255) = 34.02%

 GREEN value IS 184 (72.27% from 255) = 31.78%

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

R = 34.02%
G = 31.78%
B = 34.2%

CMYK

 C value IS 0.01

 M value IS 0.07

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C5B8C6 (or 0xC5B8C6) is known color: Lola. HEX triplet: C5, B8 and C6. RGB value is (197,184,198). Sum of RGB (Red+Green+Blue) = 197+184+198=579 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.02% from 579); Green value is 184 (72.27% from 255 or 31.78% from 579); Blue value is 198 (77.73% from 255 or 34.20% from 579); Max value from RGB is 198 - color contains mainly: blue. Hex color #C5B8C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5B8C6 is #3A4739. Grayscale: #BDBDBD. Windows color (decimal): -3819322 or 13023429. OLE color: 13023429.

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

Color convert

RGB 197 184 198 -
CMYK 0.01 0.07 0 0.22
HSL 295.71º 0.11% 0.75% -
HSV(B) 295.71º 0.07% 0.78% -
XYZ 50.36 50.23 60.47 -
YUV 189.48 132.81 133.36 -
System Red Green Blue C M Y K H S L
Decimal 197 184 198 0.01 0.07 0 0.22 295.71 0.11 0.75
Hex C5 B8 C6 1 7 0 16 128 B 4B
Octal 305 270 306 1 7 0 26 450 13 113
Binary 11000101 10111000 11000110 1 111 0 10110 100101000 1011 1001011

Color Harmonies of #C5B8C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B8C6

Black with #C5B8C6

Text Example


Text Example

White with #C5B8C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B8C6; }

 p { color: rgb(197,184,198); }

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

background-color css

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

 a { background-color: rgb(197,184,198); }

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

border-color css

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

 span { border-color: rgb(197,184,198); }

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