Html Css Color HEX #C698B8 Lily

📋 copy color: '#C698B8'

red 198 ◦ green 152 ◦ blue 184

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

Shades of Lily #C698B8

Tints of Lily #C698B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 34.46%

R = 37.08%
G = 28.46%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C698B8 (or 0xC698B8) is known color: Lily. HEX triplet: C6, 98 and B8. RGB value is (198,152,184). Sum of RGB (Red+Green+Blue) = 198+152+184=534 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.08% from 534); Green value is 152 (59.77% from 255 or 28.46% from 534); Blue value is 184 (72.27% from 255 or 34.46% from 534); Max value from RGB is 198 - color contains mainly: red. Hex color #C698B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C698B8 is #396747. Grayscale: #A9A9A9. Windows color (decimal): -3761992 or 12097734. OLE color: 12097734.

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

Color convert

RGB 198 152 184 -
CMYK 0 0.23 0.07 0.22
HSL 318.26º 0.29% 0.69% -
HSV(B) 318.26º 0.23% 0.78% -
XYZ 43.17 37.92 50.39 -
YUV 169.4 136.24 148.4 -
System Red Green Blue C M Y K H S L
Decimal 198 152 184 0 0.23 0.07 0.22 318.26 0.29 0.69
Hex C6 98 B8 0 17 7 16 13E 1D 45
Octal 306 230 270 0 27 7 26 476 35 105
Binary 11000110 10011000 10111000 0 10111 111 10110 100111110 11101 1000101

Color Harmonies of #C698B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C698B8

Black with #C698B8

Text Example


Text Example

White with #C698B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C698B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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