Html Css Color HEX #C69AB8 Lily

📋 copy color: '#C69AB8'

red 198 ◦ green 154 ◦ blue 184

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

Shades of Lily #C69AB8

Tints of Lily #C69AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 34.33%

R = 36.94%
G = 28.73%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C69AB8 (or 0xC69AB8) is known color: Lily. HEX triplet: C6, 9A and B8. RGB value is (198,154,184). Sum of RGB (Red+Green+Blue) = 198+154+184=536 (70% of max value = 765). Red value is 198 (77.73% from 255 or 36.94% from 536); Green value is 154 (60.55% from 255 or 28.73% from 536); Blue value is 184 (72.27% from 255 or 34.33% from 536); Max value from RGB is 198 - color contains mainly: red. Hex color #C69AB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69AB8 is #396547. Grayscale: #AAAAAA. Windows color (decimal): -3761480 or 12098246. OLE color: 12098246.

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

Color convert

RGB 198 154 184 -
CMYK 0 0.22 0.07 0.22
HSL 319.09º 0.28% 0.69% -
HSV(B) 319.09º 0.22% 0.78% -
XYZ 43.5 38.58 50.5 -
YUV 170.58 135.58 147.56 -
System Red Green Blue C M Y K H S L
Decimal 198 154 184 0 0.22 0.07 0.22 319.09 0.28 0.69
Hex C6 9A B8 0 16 7 16 13F 1C 45
Octal 306 232 270 0 26 7 26 477 34 105
Binary 11000110 10011010 10111000 0 10110 111 10110 100111111 11100 1000101

Color Harmonies of #C69AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69AB8

Black with #C69AB8

Text Example


Text Example

White with #C69AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69AB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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