Html Css Color HEX #C69BB6 Lily

📋 copy color: '#C69BB6'

red 198 ◦ green 155 ◦ blue 182

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

Shades of Lily #C69BB6

Tints of Lily #C69BB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 34.02%

R = 37.01%
G = 28.97%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C69BB6 (or 0xC69BB6) is known color: Lily. HEX triplet: C6, 9B and B6. RGB value is (198,155,182). Sum of RGB (Red+Green+Blue) = 198+155+182=535 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.01% from 535); Green value is 155 (60.94% from 255 or 28.97% from 535); Blue value is 182 (71.48% from 255 or 34.02% from 535); Max value from RGB is 198 - color contains mainly: red. Hex color #C69BB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69BB6 is #396449. Grayscale: #AAAAAA. Windows color (decimal): -3761226 or 11967430. OLE color: 11967430.

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

Color convert

RGB 198 155 182 -
CMYK 0 0.22 0.08 0.22
HSL 322.33º 0.27% 0.69% -
HSV(B) 322.33º 0.22% 0.78% -
XYZ 43.45 38.83 49.46 -
YUV 170.94 134.25 147.3 -
System Red Green Blue C M Y K H S L
Decimal 198 155 182 0 0.22 0.08 0.22 322.33 0.27 0.69
Hex C6 9B B6 0 16 8 16 142 1B 45
Octal 306 233 266 0 26 10 26 502 33 105
Binary 11000110 10011011 10110110 0 10110 1000 10110 101000010 11011 1000101

Color Harmonies of #C69BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69BB6

Black with #C69BB6

Text Example


Text Example

White with #C69BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69BB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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