Html Css Color HEX #CC98AD Lily

📋 copy color: '#CC98AD'

red 204 ◦ green 152 ◦ blue 173

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

Shades of Lily #CC98AD

Tints of Lily #CC98AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 32.7%

R = 38.56%
G = 28.73%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.15

 K value IS 0.2

RGB Variations

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

Color information

#CC98AD (or 0xCC98AD) is known color: Lily. HEX triplet: CC, 98 and AD. RGB value is (204,152,173). Sum of RGB (Red+Green+Blue) = 204+152+173=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 152 (59.77% from 255 or 28.73% from 529); Blue value is 173 (67.97% from 255 or 32.70% from 529); Max value from RGB is 204 - color contains mainly: red. Hex color #CC98AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC98AD is #336752. Grayscale: #A9A9A9. Windows color (decimal): -3368787 or 11376844. OLE color: 11376844.

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

Color convert

RGB 204 152 173 -
CMYK 0 0.25 0.15 0.2
HSL 335.77º 0.34% 0.7% -
HSV(B) 335.77º 0.25% 0.8% -
XYZ 43.67 38.31 44.63 -
YUV 169.94 129.73 152.29 -
System Red Green Blue C M Y K H S L
Decimal 204 152 173 0 0.25 0.15 0.2 335.77 0.34 0.7
Hex CC 98 AD 0 19 F 14 150 22 46
Octal 314 230 255 0 31 17 24 520 42 106
Binary 11001100 10011000 10101101 0 11001 1111 10100 101010000 100010 1000110

Color Harmonies of #CC98AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC98AD

Black with #CC98AD

Text Example


Text Example

White with #CC98AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC98AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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