Html Css Color HEX #C698B7 Lily

📋 copy color: '#C698B7'

red 198 ◦ green 152 ◦ blue 183

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

Shades of Lily #C698B7

Tints of Lily #C698B7

RGB

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

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

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

R = 37.15%
G = 28.52%
B = 34.33%

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

#C698B7 (or 0xC698B7) is known color: Lily. HEX triplet: C6, 98 and B7. RGB value is (198,152,183). Sum of RGB (Red+Green+Blue) = 198+152+183=533 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.15% from 533); Green value is 152 (59.77% from 255 or 28.52% from 533); Blue value is 183 (71.88% from 255 or 34.33% from 533); Max value from RGB is 198 - color contains mainly: red. Hex color #C698B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C698B7 is #396748. Grayscale: #A9A9A9. Windows color (decimal): -3761993 or 12032198. OLE color: 12032198.

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

Color convert

RGB 198 152 183 -
CMYK 0 0.23 0.08 0.22
HSL 319.57º 0.29% 0.69% -
HSV(B) 319.57º 0.23% 0.78% -
XYZ 43.06 37.88 49.84 -
YUV 169.29 135.74 148.48 -
System Red Green Blue C M Y K H S L
Decimal 198 152 183 0 0.23 0.08 0.22 319.57 0.29 0.69
Hex C6 98 B7 0 17 8 16 140 1D 45
Octal 306 230 267 0 27 10 26 500 35 105
Binary 11000110 10011000 10110111 0 10111 1000 10110 101000000 11101 1000101

Color Harmonies of #C698B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C698B7

Black with #C698B7

Text Example


Text Example

White with #C698B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C698B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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