Html Css Color HEX #CC98BB Lily

📋 copy color: '#CC98BB'

red 204 ◦ green 152 ◦ blue 187

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

Shades of Lily #CC98BB

Tints of Lily #CC98BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 34.44%

R = 37.57%
G = 27.99%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#CC98BB (or 0xCC98BB) is known color: Lily. HEX triplet: CC, 98 and BB. RGB value is (204,152,187). Sum of RGB (Red+Green+Blue) = 204+152+187=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 152 (59.77% from 255 or 27.99% from 543); Blue value is 187 (73.44% from 255 or 34.44% from 543); Max value from RGB is 204 - color contains mainly: red. Hex color #CC98BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC98BB is #336744. Grayscale: #ABABAB. Windows color (decimal): -3368773 or 12294348. OLE color: 12294348.

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

Color convert

RGB 204 152 187 -
CMYK 0 0.25 0.08 0.2
HSL 319.62º 0.34% 0.7% -
HSV(B) 319.62º 0.25% 0.8% -
XYZ 45.1 38.88 52.14 -
YUV 171.54 136.73 151.15 -
System Red Green Blue C M Y K H S L
Decimal 204 152 187 0 0.25 0.08 0.2 319.62 0.34 0.7
Hex CC 98 BB 0 19 8 14 140 22 46
Octal 314 230 273 0 31 10 24 500 42 106
Binary 11001100 10011000 10111011 0 11001 1000 10100 101000000 100010 1000110

Color Harmonies of #CC98BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC98BB

Black with #CC98BB

Text Example


Text Example

White with #CC98BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC98BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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