Html Css Color HEX #C69BBA Lily

📋 copy color: '#C69BBA'

red 198 ◦ green 155 ◦ blue 186

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

Shades of Lily #C69BBA

Tints of Lily #C69BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.51%

R = 36.73%
G = 28.76%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C69BBA (or 0xC69BBA) is known color: Lily. HEX triplet: C6, 9B and BA. RGB value is (198,155,186). Sum of RGB (Red+Green+Blue) = 198+155+186=539 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.73% from 539); Green value is 155 (60.94% from 255 or 28.76% from 539); Blue value is 186 (73.05% from 255 or 34.51% from 539); Max value from RGB is 198 - color contains mainly: red. Hex color #C69BBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69BBA is #396445. Grayscale: #ABABAB. Windows color (decimal): -3761222 or 12229574. OLE color: 12229574.

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

Color convert

RGB 198 155 186 -
CMYK 0 0.22 0.06 0.22
HSL 316.74º 0.27% 0.69% -
HSV(B) 316.74º 0.22% 0.78% -
XYZ 43.87 38.99 51.67 -
YUV 171.39 136.25 146.98 -
System Red Green Blue C M Y K H S L
Decimal 198 155 186 0 0.22 0.06 0.22 316.74 0.27 0.69
Hex C6 9B BA 0 16 6 16 13D 1B 45
Octal 306 233 272 0 26 6 26 475 33 105
Binary 11000110 10011011 10111010 0 10110 110 10110 100111101 11011 1000101

Color Harmonies of #C69BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69BBA

Black with #C69BBA

Text Example


Text Example

White with #C69BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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