Html Css Color HEX #C69BAC Lily

📋 copy color: '#C69BAC'

red 198 ◦ green 155 ◦ blue 172

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

Shades of Lily #C69BAC

Tints of Lily #C69BAC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.52%

 BLUE value IS 172 (67.58% from 255) = 32.76%

R = 37.71%
G = 29.52%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C69BAC (or 0xC69BAC) is known color: Lily. HEX triplet: C6, 9B and AC. RGB value is (198,155,172). Sum of RGB (Red+Green+Blue) = 198+155+172=525 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.71% from 525); Green value is 155 (60.94% from 255 or 29.52% from 525); Blue value is 172 (67.58% from 255 or 32.76% from 525); Max value from RGB is 198 - color contains mainly: red. Hex color #C69BAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69BAC is #396453. Grayscale: #A9A9A9. Windows color (decimal): -3761236 or 11312070. OLE color: 11312070.

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

Color convert

RGB 198 155 172 -
CMYK 0 0.22 0.13 0.22
HSL 336.28º 0.27% 0.69% -
HSV(B) 336.28º 0.22% 0.78% -
XYZ 42.46 38.43 44.21 -
YUV 169.8 129.25 148.12 -
System Red Green Blue C M Y K H S L
Decimal 198 155 172 0 0.22 0.13 0.22 336.28 0.27 0.69
Hex C6 9B AC 0 16 D 16 150 1B 45
Octal 306 233 254 0 26 15 26 520 33 105
Binary 11000110 10011011 10101100 0 10110 1101 10110 101010000 11011 1000101

Color Harmonies of #C69BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69BAC

Black with #C69BAC

Text Example


Text Example

White with #C69BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69BAC; }

 p { color: rgb(198,155,172); }

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

background-color css

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

 a { background-color: rgb(198,155,172); }

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

border-color css

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

 span { border-color: rgb(198,155,172); }

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