Html Css Color HEX #C69BAF Lily

📋 copy color: '#C69BAF'

red 198 ◦ green 155 ◦ blue 175

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

Shades of Lily #C69BAF

Tints of Lily #C69BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.14%

R = 37.5%
G = 29.36%
B = 33.14%

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

#C69BAF (or 0xC69BAF) is known color: Lily. HEX triplet: C6, 9B and AF. RGB value is (198,155,175). Sum of RGB (Red+Green+Blue) = 198+155+175=528 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.5% from 528); Green value is 155 (60.94% from 255 or 29.36% from 528); Blue value is 175 (68.75% from 255 or 33.14% from 528); Max value from RGB is 198 - color contains mainly: red. Hex color #C69BAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69BAF is #396450. Grayscale: #AAAAAA. Windows color (decimal): -3761233 or 11508678. OLE color: 11508678.

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

Color convert

RGB 198 155 175 -
CMYK 0 0.22 0.12 0.22
HSL 332.09º 0.27% 0.69% -
HSV(B) 332.09º 0.22% 0.78% -
XYZ 42.75 38.54 45.74 -
YUV 170.14 130.75 147.87 -
System Red Green Blue C M Y K H S L
Decimal 198 155 175 0 0.22 0.12 0.22 332.09 0.27 0.69
Hex C6 9B AF 0 16 C 16 14C 1B 45
Octal 306 233 257 0 26 14 26 514 33 105
Binary 11000110 10011011 10101111 0 10110 1100 10110 101001100 11011 1000101

Color Harmonies of #C69BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69BAF

Black with #C69BAF

Text Example


Text Example

White with #C69BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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