Html Css Color HEX #C69AB1 Lily

📋 copy color: '#C69AB1'

red 198 ◦ green 154 ◦ blue 177

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

Shades of Lily #C69AB1

Tints of Lily #C69AB1

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.11%

 BLUE value IS 177 (69.53% from 255) = 33.46%

R = 37.43%
G = 29.11%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C69AB1 (or 0xC69AB1) is known color: Lily. HEX triplet: C6, 9A and B1. RGB value is (198,154,177). Sum of RGB (Red+Green+Blue) = 198+154+177=529 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.43% from 529); Green value is 154 (60.55% from 255 or 29.11% from 529); Blue value is 177 (69.53% from 255 or 33.46% from 529); Max value from RGB is 198 - color contains mainly: red. Hex color #C69AB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69AB1 is #39654E. Grayscale: #A9A9A9. Windows color (decimal): -3761487 or 11639494. OLE color: 11639494.

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

Color convert

RGB 198 154 177 -
CMYK 0 0.22 0.11 0.22
HSL 328.64º 0.28% 0.69% -
HSV(B) 328.64º 0.22% 0.78% -
XYZ 42.78 38.29 46.73 -
YUV 169.78 132.08 148.13 -
System Red Green Blue C M Y K H S L
Decimal 198 154 177 0 0.22 0.11 0.22 328.64 0.28 0.69
Hex C6 9A B1 0 16 B 16 149 1C 45
Octal 306 232 261 0 26 13 26 511 34 105
Binary 11000110 10011010 10110001 0 10110 1011 10110 101001001 11100 1000101

Color Harmonies of #C69AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69AB1

Black with #C69AB1

Text Example


Text Example

White with #C69AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69AB1; }

 p { color: rgb(198,154,177); }

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

background-color css

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

 a { background-color: rgb(198,154,177); }

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

border-color css

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

 span { border-color: rgb(198,154,177); }

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