Html Css Color HEX #C69BB5 Lily

📋 copy color: '#C69BB5'

red 198 ◦ green 155 ◦ blue 181

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

Shades of Lily #C69BB5

Tints of Lily #C69BB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 33.9%

R = 37.08%
G = 29.03%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#C69BB5 (or 0xC69BB5) is known color: Lily. HEX triplet: C6, 9B and B5. RGB value is (198,155,181). Sum of RGB (Red+Green+Blue) = 198+155+181=534 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.08% from 534); Green value is 155 (60.94% from 255 or 29.03% from 534); Blue value is 181 (71.09% from 255 or 33.90% from 534); Max value from RGB is 198 - color contains mainly: red. Hex color #C69BB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69BB5 is #39644A. Grayscale: #AAAAAA. Windows color (decimal): -3761227 or 11901894. OLE color: 11901894.

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

Color convert

RGB 198 155 181 -
CMYK 0 0.22 0.09 0.22
HSL 323.72º 0.27% 0.69% -
HSV(B) 323.72º 0.22% 0.78% -
XYZ 43.35 38.78 48.92 -
YUV 170.82 133.75 147.39 -
System Red Green Blue C M Y K H S L
Decimal 198 155 181 0 0.22 0.09 0.22 323.72 0.27 0.69
Hex C6 9B B5 0 16 9 16 144 1B 45
Octal 306 233 265 0 26 11 26 504 33 105
Binary 11000110 10011011 10110101 0 10110 1001 10110 101000100 11011 1000101

Color Harmonies of #C69BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69BB5

Black with #C69BB5

Text Example


Text Example

White with #C69BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69BB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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