Html Css Color HEX #C69AB5 Lily

📋 copy color: '#C69AB5'

red 198 ◦ green 154 ◦ blue 181

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

Shades of Lily #C69AB5

Tints of Lily #C69AB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 33.96%

R = 37.15%
G = 28.89%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#C69AB5 (or 0xC69AB5) is known color: Lily. HEX triplet: C6, 9A and B5. RGB value is (198,154,181). Sum of RGB (Red+Green+Blue) = 198+154+181=533 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.15% from 533); Green value is 154 (60.55% from 255 or 28.89% from 533); Blue value is 181 (71.09% from 255 or 33.96% from 533); Max value from RGB is 198 - color contains mainly: red. Hex color #C69AB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69AB5 is #39654A. Grayscale: #AAAAAA. Windows color (decimal): -3761483 or 11901638. OLE color: 11901638.

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

Color convert

RGB 198 154 181 -
CMYK 0 0.22 0.09 0.22
HSL 323.18º 0.28% 0.69% -
HSV(B) 323.18º 0.22% 0.78% -
XYZ 43.18 38.45 48.86 -
YUV 170.23 134.08 147.8 -
System Red Green Blue C M Y K H S L
Decimal 198 154 181 0 0.22 0.09 0.22 323.18 0.28 0.69
Hex C6 9A B5 0 16 9 16 143 1C 45
Octal 306 232 265 0 26 11 26 503 34 105
Binary 11000110 10011010 10110101 0 10110 1001 10110 101000011 11100 1000101

Color Harmonies of #C69AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69AB5

Black with #C69AB5

Text Example


Text Example

White with #C69AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69AB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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