Html Css Color HEX #C699B2 Lily

📋 copy color: '#C699B2'

red 198 ◦ green 153 ◦ blue 178

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

Shades of Lily #C699B2

Tints of Lily #C699B2

RGB

 RED value IS 198 (77.73% from 255) = 37.43%

 GREEN value IS 153 (60.16% from 255) = 28.92%

 BLUE value IS 178 (69.92% from 255) = 33.65%

R = 37.43%
G = 28.92%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.10

 K value IS 0.22

RGB Variations

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

Color information

#C699B2 (or 0xC699B2) is known color: Lily. HEX triplet: C6, 99 and B2. RGB value is (198,153,178). Sum of RGB (Red+Green+Blue) = 198+153+178=529 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.43% from 529); Green value is 153 (60.16% from 255 or 28.92% from 529); Blue value is 178 (69.92% from 255 or 33.65% from 529); Max value from RGB is 198 - color contains mainly: red. Hex color #C699B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C699B2 is #39664D. Grayscale: #A9A9A9. Windows color (decimal): -3761742 or 11704774. OLE color: 11704774.

HSL color Cylindrical-coordinate representation of color #C699B2: hue angle of 326.67º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C699B2 is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 153 178 -
CMYK 0 0.23 0.10 0.22
HSL 326.67º 0.28% 0.69% -
HSV(B) 326.67º 0.23% 0.78% -
XYZ 42.72 38 47.2 -
YUV 169.31 132.91 148.47 -
System Red Green Blue C M Y K H S L
Decimal 198 153 178 0 0.23 0.10 0.22 326.67 0.28 0.69
Hex C6 99 B2 0 17 A 16 147 1C 45
Octal 306 231 262 0 27 12 26 507 34 105
Binary 11000110 10011001 10110010 0 10111 1010 10110 101000111 11100 1000101

Color Harmonies of #C699B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C699B2

Black with #C699B2

Text Example


Text Example

White with #C699B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C699B2; }

 p { color: rgb(198,153,178); }

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

background-color css

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

 a { background-color: rgb(198,153,178); }

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

border-color css

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

 span { border-color: rgb(198,153,178); }

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