Html Css Color HEX #C69BB2 Lily

📋 copy color: '#C69BB2'

red 198 ◦ green 155 ◦ blue 178

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

Shades of Lily #C69BB2

Tints of Lily #C69BB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.52%

R = 37.29%
G = 29.19%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.10

 K value IS 0.22

RGB Variations

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

Color information

#C69BB2 (or 0xC69BB2) is known color: Lily. HEX triplet: C6, 9B and B2. RGB value is (198,155,178). Sum of RGB (Red+Green+Blue) = 198+155+178=531 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.29% from 531); Green value is 155 (60.94% from 255 or 29.19% from 531); Blue value is 178 (69.92% from 255 or 33.52% from 531); Max value from RGB is 198 - color contains mainly: red. Hex color #C69BB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69BB2 is #39644D. Grayscale: #AAAAAA. Windows color (decimal): -3761230 or 11705286. OLE color: 11705286.

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

Color convert

RGB 198 155 178 -
CMYK 0 0.22 0.10 0.22
HSL 327.91º 0.27% 0.69% -
HSV(B) 327.91º 0.22% 0.78% -
XYZ 43.05 38.66 47.31 -
YUV 170.48 132.25 147.63 -
System Red Green Blue C M Y K H S L
Decimal 198 155 178 0 0.22 0.10 0.22 327.91 0.27 0.69
Hex C6 9B B2 0 16 A 16 148 1B 45
Octal 306 233 262 0 26 12 26 510 33 105
Binary 11000110 10011011 10110010 0 10110 1010 10110 101001000 11011 1000101

Color Harmonies of #C69BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69BB2

Black with #C69BB2

Text Example


Text Example

White with #C69BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69BB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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