Html Css Color HEX #CC99BA Lily

📋 copy color: '#CC99BA'

red 204 ◦ green 153 ◦ blue 186

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

Shades of Lily #CC99BA

Tints of Lily #CC99BA

RGB

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

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

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

R = 37.57%
G = 28.18%
B = 34.25%

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

#CC99BA (or 0xCC99BA) is known color: Lily. HEX triplet: CC, 99 and BA. RGB value is (204,153,186). Sum of RGB (Red+Green+Blue) = 204+153+186=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 153 (60.16% from 255 or 28.18% from 543); Blue value is 186 (73.05% from 255 or 34.25% from 543); Max value from RGB is 204 - color contains mainly: red. Hex color #CC99BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC99BA is #336645. Grayscale: #ABABAB. Windows color (decimal): -3368518 or 12229068. OLE color: 12229068.

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

Color convert

RGB 204 153 186 -
CMYK 0 0.25 0.09 0.2
HSL 321.18º 0.33% 0.7% -
HSV(B) 321.18º 0.25% 0.8% -
XYZ 45.16 39.17 51.63 -
YUV 172.01 135.9 150.82 -
System Red Green Blue C M Y K H S L
Decimal 204 153 186 0 0.25 0.09 0.2 321.18 0.33 0.7
Hex CC 99 BA 0 19 9 14 141 21 46
Octal 314 231 272 0 31 11 24 501 41 106
Binary 11001100 10011001 10111010 0 11001 1001 10100 101000001 100001 1000110

Color Harmonies of #CC99BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC99BA

Black with #CC99BA

Text Example


Text Example

White with #CC99BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC99BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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