Html Css Color HEX #CC99BE Lily

📋 copy color: '#CC99BE'

red 204 ◦ green 153 ◦ blue 190

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

Shades of Lily #CC99BE

Tints of Lily #CC99BE

RGB

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

 GREEN value IS 153 (60.16% from 255) = 27.97%

 BLUE value IS 190 (74.61% from 255) = 34.73%

R = 37.29%
G = 27.97%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CC99BE (or 0xCC99BE) is known color: Lily. HEX triplet: CC, 99 and BE. RGB value is (204,153,190). Sum of RGB (Red+Green+Blue) = 204+153+190=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 153 (60.16% from 255 or 27.97% from 547); Blue value is 190 (74.61% from 255 or 34.73% from 547); Max value from RGB is 204 - color contains mainly: red. Hex color #CC99BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC99BE is #336641. Grayscale: #ACACAC. Windows color (decimal): -3368514 or 12491212. OLE color: 12491212.

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

Color convert

RGB 204 153 190 -
CMYK 0 0.25 0.07 0.2
HSL 316.47º 0.33% 0.7% -
HSV(B) 316.47º 0.25% 0.8% -
XYZ 45.59 39.34 53.91 -
YUV 172.47 137.9 150.49 -
System Red Green Blue C M Y K H S L
Decimal 204 153 190 0 0.25 0.07 0.2 316.47 0.33 0.7
Hex CC 99 BE 0 19 7 14 13C 21 46
Octal 314 231 276 0 31 7 24 474 41 106
Binary 11001100 10011001 10111110 0 11001 111 10100 100111100 100001 1000110

Color Harmonies of #CC99BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC99BE

Black with #CC99BE

Text Example


Text Example

White with #CC99BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC99BE; }

 p { color: rgb(204,153,190); }

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

background-color css

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

 a { background-color: rgb(204,153,190); }

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

border-color css

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

 span { border-color: rgb(204,153,190); }

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