Html Css Color HEX #C697B0 Lily

📋 copy color: '#C697B0'

red 198 ◦ green 151 ◦ blue 176

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

Shades of Lily #C697B0

Tints of Lily #C697B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 33.52%

R = 37.71%
G = 28.76%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C697B0 (or 0xC697B0) is known color: Lily. HEX triplet: C6, 97 and B0. RGB value is (198,151,176). Sum of RGB (Red+Green+Blue) = 198+151+176=525 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.71% from 525); Green value is 151 (59.38% from 255 or 28.76% from 525); Blue value is 176 (69.14% from 255 or 33.52% from 525); Max value from RGB is 198 - color contains mainly: red. Hex color #C697B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C697B0 is #39684F. Grayscale: #A7A7A7. Windows color (decimal): -3762256 or 11573190. OLE color: 11573190.

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

Color convert

RGB 198 151 176 -
CMYK 0 0.24 0.11 0.22
HSL 328.09º 0.29% 0.68% -
HSV(B) 328.09º 0.24% 0.78% -
XYZ 42.19 37.27 46.05 -
YUV 167.9 132.57 149.47 -
System Red Green Blue C M Y K H S L
Decimal 198 151 176 0 0.24 0.11 0.22 328.09 0.29 0.68
Hex C6 97 B0 0 18 B 16 148 1D 44
Octal 306 227 260 0 30 13 26 510 35 104
Binary 11000110 10010111 10110000 0 11000 1011 10110 101001000 11101 1000100

Color Harmonies of #C697B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C697B0

Black with #C697B0

Text Example


Text Example

White with #C697B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C697B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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