Html Css Color HEX #C698B6 Lily

📋 copy color: '#C698B6'

red 198 ◦ green 152 ◦ blue 182

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

Shades of Lily #C698B6

Tints of Lily #C698B6

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.57%

 BLUE value IS 182 (71.48% from 255) = 34.21%

R = 37.22%
G = 28.57%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C698B6 (or 0xC698B6) is known color: Lily. HEX triplet: C6, 98 and B6. RGB value is (198,152,182). Sum of RGB (Red+Green+Blue) = 198+152+182=532 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.22% from 532); Green value is 152 (59.77% from 255 or 28.57% from 532); Blue value is 182 (71.48% from 255 or 34.21% from 532); Max value from RGB is 198 - color contains mainly: red. Hex color #C698B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C698B6 is #396749. Grayscale: #A9A9A9. Windows color (decimal): -3761994 or 11966662. OLE color: 11966662.

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

Color convert

RGB 198 152 182 -
CMYK 0 0.23 0.08 0.22
HSL 320.87º 0.29% 0.69% -
HSV(B) 320.87º 0.23% 0.78% -
XYZ 42.96 37.84 49.3 -
YUV 169.17 135.24 148.56 -
System Red Green Blue C M Y K H S L
Decimal 198 152 182 0 0.23 0.08 0.22 320.87 0.29 0.69
Hex C6 98 B6 0 17 8 16 141 1D 45
Octal 306 230 266 0 27 10 26 501 35 105
Binary 11000110 10011000 10110110 0 10111 1000 10110 101000001 11101 1000101

Color Harmonies of #C698B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C698B6

Black with #C698B6

Text Example


Text Example

White with #C698B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C698B6; }

 p { color: rgb(198,152,182); }

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

background-color css

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

 a { background-color: rgb(198,152,182); }

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

border-color css

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

 span { border-color: rgb(198,152,182); }

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