Html Css Color HEX #CC98B9 Lily

📋 copy color: '#CC98B9'

red 204 ◦ green 152 ◦ blue 185

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

Shades of Lily #CC98B9

Tints of Lily #CC98B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 34.2%

R = 37.71%
G = 28.1%
B = 34.2%

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

#CC98B9 (or 0xCC98B9) is known color: Lily. HEX triplet: CC, 98 and B9. RGB value is (204,152,185). Sum of RGB (Red+Green+Blue) = 204+152+185=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 152 (59.77% from 255 or 28.10% from 541); Blue value is 185 (72.66% from 255 or 34.20% from 541); Max value from RGB is 204 - color contains mainly: red. Hex color #CC98B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC98B9 is #336746. Grayscale: #ABABAB. Windows color (decimal): -3368775 or 12163276. OLE color: 12163276.

HSL color Cylindrical-coordinate representation of color #CC98B9: hue angle of 321.92º 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 #CC98B9 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 152 185 -
CMYK 0 0.25 0.09 0.2
HSL 321.92º 0.34% 0.7% -
HSV(B) 321.92º 0.25% 0.8% -
XYZ 44.89 38.8 51.02 -
YUV 171.31 135.73 151.32 -
System Red Green Blue C M Y K H S L
Decimal 204 152 185 0 0.25 0.09 0.2 321.92 0.34 0.7
Hex CC 98 B9 0 19 9 14 142 22 46
Octal 314 230 271 0 31 11 24 502 42 106
Binary 11001100 10011000 10111001 0 11001 1001 10100 101000010 100010 1000110

Color Harmonies of #CC98B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC98B9

Black with #CC98B9

Text Example


Text Example

White with #CC98B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC98B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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