Html Css Color HEX #C69CAC Lily

📋 copy color: '#C69CAC'

red 198 ◦ green 156 ◦ blue 172

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

Shades of Lily #C69CAC

Tints of Lily #C69CAC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.66%

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

R = 37.64%
G = 29.66%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C69CAC (or 0xC69CAC) is known color: Lily. HEX triplet: C6, 9C and AC. RGB value is (198,156,172). Sum of RGB (Red+Green+Blue) = 198+156+172=526 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.64% from 526); Green value is 156 (61.33% from 255 or 29.66% from 526); Blue value is 172 (67.58% from 255 or 32.70% from 526); Max value from RGB is 198 - color contains mainly: red. Hex color #C69CAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69CAC is #396353. Grayscale: #AAAAAA. Windows color (decimal): -3760980 or 11312326. OLE color: 11312326.

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

Color convert

RGB 198 156 172 -
CMYK 0 0.21 0.13 0.22
HSL 337.14º 0.27% 0.69% -
HSV(B) 337.14º 0.21% 0.78% -
XYZ 42.62 38.76 44.26 -
YUV 170.38 128.91 147.7 -
System Red Green Blue C M Y K H S L
Decimal 198 156 172 0 0.21 0.13 0.22 337.14 0.27 0.69
Hex C6 9C AC 0 15 D 16 151 1B 45
Octal 306 234 254 0 25 15 26 521 33 105
Binary 11000110 10011100 10101100 0 10101 1101 10110 101010001 11011 1000101

Color Harmonies of #C69CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69CAC

Black with #C69CAC

Text Example


Text Example

White with #C69CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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