Html Css Color HEX #C699B0 Lily

📋 copy color: '#C699B0'

red 198 ◦ green 153 ◦ blue 176

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

Shades of Lily #C699B0

Tints of Lily #C699B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 33.4%

R = 37.57%
G = 29.03%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C699B0 (or 0xC699B0) is known color: Lily. HEX triplet: C6, 99 and B0. RGB value is (198,153,176). Sum of RGB (Red+Green+Blue) = 198+153+176=527 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.57% from 527); Green value is 153 (60.16% from 255 or 29.03% from 527); Blue value is 176 (69.14% from 255 or 33.40% from 527); Max value from RGB is 198 - color contains mainly: red. Hex color #C699B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C699B0 is #39664F. Grayscale: #A9A9A9. Windows color (decimal): -3761744 or 11573702. OLE color: 11573702.

HSL color Cylindrical-coordinate representation of color #C699B0: hue angle of 329.33º 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 #C699B0 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 153 176 -
CMYK 0 0.23 0.11 0.22
HSL 329.33º 0.28% 0.69% -
HSV(B) 329.33º 0.23% 0.78% -
XYZ 42.52 37.92 46.15 -
YUV 169.08 131.91 148.63 -
System Red Green Blue C M Y K H S L
Decimal 198 153 176 0 0.23 0.11 0.22 329.33 0.28 0.69
Hex C6 99 B0 0 17 B 16 149 1C 45
Octal 306 231 260 0 27 13 26 511 34 105
Binary 11000110 10011001 10110000 0 10111 1011 10110 101001001 11100 1000101

Color Harmonies of #C699B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C699B0

Black with #C699B0

Text Example


Text Example

White with #C699B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C699B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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