Html Css Color HEX #CC98BA Lily

📋 copy color: '#CC98BA'

red 204 ◦ green 152 ◦ blue 186

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

Shades of Lily #CC98BA

Tints of Lily #CC98BA

RGB

 RED value IS 204 (80.08% from 255) = 37.64%

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

 BLUE value IS 186 (73.05% from 255) = 34.32%

R = 37.64%
G = 28.04%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CC98BA (or 0xCC98BA) is known color: Lily. HEX triplet: CC, 98 and BA. RGB value is (204,152,186). Sum of RGB (Red+Green+Blue) = 204+152+186=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 152 (59.77% from 255 or 28.04% from 542); Blue value is 186 (73.05% from 255 or 34.32% from 542); Max value from RGB is 204 - color contains mainly: red. Hex color #CC98BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC98BA is #336745. Grayscale: #ABABAB. Windows color (decimal): -3368774 or 12228812. OLE color: 12228812.

HSL color Cylindrical-coordinate representation of color #CC98BA: hue angle of 320.77º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CC98BA is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 152 186 -
CMYK 0 0.25 0.09 0.2
HSL 320.77º 0.34% 0.7% -
HSV(B) 320.77º 0.25% 0.8% -
XYZ 44.99 38.84 51.58 -
YUV 171.42 136.23 151.24 -
System Red Green Blue C M Y K H S L
Decimal 204 152 186 0 0.25 0.09 0.2 320.77 0.34 0.7
Hex CC 98 BA 0 19 9 14 141 22 46
Octal 314 230 272 0 31 11 24 501 42 106
Binary 11001100 10011000 10111010 0 11001 1001 10100 101000001 100010 1000110

Color Harmonies of #CC98BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC98BA

Black with #CC98BA

Text Example


Text Example

White with #CC98BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC98BA; }

 p { color: rgb(204,152,186); }

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

background-color css

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

 a { background-color: rgb(204,152,186); }

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

border-color css

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

 span { border-color: rgb(204,152,186); }

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