Html Css Color HEX #C696B7 Lily

📋 copy color: '#C696B7'

red 198 ◦ green 150 ◦ blue 183

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

Shades of Lily #C696B7

Tints of Lily #C696B7

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.25%

 BLUE value IS 183 (71.88% from 255) = 34.46%

R = 37.29%
G = 28.25%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C696B7 (or 0xC696B7) is known color: Lily. HEX triplet: C6, 96 and B7. RGB value is (198,150,183). Sum of RGB (Red+Green+Blue) = 198+150+183=531 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.29% from 531); Green value is 150 (58.98% from 255 or 28.25% from 531); Blue value is 183 (71.88% from 255 or 34.46% from 531); Max value from RGB is 198 - color contains mainly: red. Hex color #C696B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C696B7 is #396948. Grayscale: #A8A8A8. Windows color (decimal): -3762505 or 12031686. OLE color: 12031686.

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

Color convert

RGB 198 150 183 -
CMYK 0 0.24 0.08 0.22
HSL 318.75º 0.3% 0.68% -
HSV(B) 318.75º 0.24% 0.78% -
XYZ 42.74 37.24 49.73 -
YUV 168.11 136.4 149.32 -
System Red Green Blue C M Y K H S L
Decimal 198 150 183 0 0.24 0.08 0.22 318.75 0.3 0.68
Hex C6 96 B7 0 18 8 16 13F 1E 44
Octal 306 226 267 0 30 10 26 477 36 104
Binary 11000110 10010110 10110111 0 11000 1000 10110 100111111 11110 1000100

Color Harmonies of #C696B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C696B7

Black with #C696B7

Text Example


Text Example

White with #C696B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C696B7; }

 p { color: rgb(198,150,183); }

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

background-color css

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

 a { background-color: rgb(198,150,183); }

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

border-color css

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

 span { border-color: rgb(198,150,183); }

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