Html Css Color HEX #C699BC Lily

📋 copy color: '#C699BC'

red 198 ◦ green 153 ◦ blue 188

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

Shades of Lily #C699BC

Tints of Lily #C699BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.88%

R = 36.73%
G = 28.39%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C699BC (or 0xC699BC) is known color: Lily. HEX triplet: C6, 99 and BC. RGB value is (198,153,188). Sum of RGB (Red+Green+Blue) = 198+153+188=539 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.73% from 539); Green value is 153 (60.16% from 255 or 28.39% from 539); Blue value is 188 (73.83% from 255 or 34.88% from 539); Max value from RGB is 198 - color contains mainly: red. Hex color #C699BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C699BC is #396643. Grayscale: #AAAAAA. Windows color (decimal): -3761732 or 12360134. OLE color: 12360134.

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

Color convert

RGB 198 153 188 -
CMYK 0 0.23 0.05 0.22
HSL 313.33º 0.28% 0.69% -
HSV(B) 313.33º 0.23% 0.78% -
XYZ 43.76 38.42 52.69 -
YUV 170.45 137.91 147.65 -
System Red Green Blue C M Y K H S L
Decimal 198 153 188 0 0.23 0.05 0.22 313.33 0.28 0.69
Hex C6 99 BC 0 17 5 16 139 1C 45
Octal 306 231 274 0 27 5 26 471 34 105
Binary 11000110 10011001 10111100 0 10111 101 10110 100111001 11100 1000101

Color Harmonies of #C699BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C699BC

Black with #C699BC

Text Example


Text Example

White with #C699BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C699BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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