Html Css Color HEX #C69BAE Lily

📋 copy color: '#C69BAE'

red 198 ◦ green 155 ◦ blue 174

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

Shades of Lily #C69BAE

Tints of Lily #C69BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 33.02%

R = 37.57%
G = 29.41%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C69BAE (or 0xC69BAE) is known color: Lily. HEX triplet: C6, 9B and AE. RGB value is (198,155,174). Sum of RGB (Red+Green+Blue) = 198+155+174=527 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.57% from 527); Green value is 155 (60.94% from 255 or 29.41% from 527); Blue value is 174 (68.36% from 255 or 33.02% from 527); Max value from RGB is 198 - color contains mainly: red. Hex color #C69BAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69BAE is #396451. Grayscale: #A9A9A9. Windows color (decimal): -3761234 or 11443142. OLE color: 11443142.

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

Color convert

RGB 198 155 174 -
CMYK 0 0.22 0.12 0.22
HSL 333.49º 0.27% 0.69% -
HSV(B) 333.49º 0.22% 0.78% -
XYZ 42.65 38.5 45.23 -
YUV 170.02 130.25 147.96 -
System Red Green Blue C M Y K H S L
Decimal 198 155 174 0 0.22 0.12 0.22 333.49 0.27 0.69
Hex C6 9B AE 0 16 C 16 14D 1B 45
Octal 306 233 256 0 26 14 26 515 33 105
Binary 11000110 10011011 10101110 0 10110 1100 10110 101001101 11011 1000101

Color Harmonies of #C69BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69BAE

Black with #C69BAE

Text Example


Text Example

White with #C69BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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