Html Css Color HEX #C697B9 Lily

📋 copy color: '#C697B9'

red 198 ◦ green 151 ◦ blue 185

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

Shades of Lily #C697B9

Tints of Lily #C697B9

RGB

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

 GREEN value IS 151 (59.38% from 255) = 28.28%

 BLUE value IS 185 (72.66% from 255) = 34.64%

R = 37.08%
G = 28.28%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C697B9 (or 0xC697B9) is known color: Lily. HEX triplet: C6, 97 and B9. RGB value is (198,151,185). Sum of RGB (Red+Green+Blue) = 198+151+185=534 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.08% from 534); Green value is 151 (59.38% from 255 or 28.28% from 534); Blue value is 185 (72.66% from 255 or 34.64% from 534); Max value from RGB is 198 - color contains mainly: red. Hex color #C697B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C697B9 is #396846. Grayscale: #A8A8A8. Windows color (decimal): -3762247 or 12163014. OLE color: 12163014.

HSL color Cylindrical-coordinate representation of color #C697B9: hue angle of 316.6º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C697B9 is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 151 185 -
CMYK 0 0.24 0.07 0.22
HSL 316.6º 0.29% 0.68% -
HSV(B) 316.6º 0.24% 0.78% -
XYZ 43.11 37.64 50.89 -
YUV 168.93 137.07 148.74 -
System Red Green Blue C M Y K H S L
Decimal 198 151 185 0 0.24 0.07 0.22 316.6 0.29 0.68
Hex C6 97 B9 0 18 7 16 13D 1D 44
Octal 306 227 271 0 30 7 26 475 35 104
Binary 11000110 10010111 10111001 0 11000 111 10110 100111101 11101 1000100

Color Harmonies of #C697B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C697B9

Black with #C697B9

Text Example


Text Example

White with #C697B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C697B9; }

 p { color: rgb(198,151,185); }

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

background-color css

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

 a { background-color: rgb(198,151,185); }

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

border-color css

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

 span { border-color: rgb(198,151,185); }

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