Html Css Color HEX #CC9BBA Lily

📋 copy color: '#CC9BBA'

red 204 ◦ green 155 ◦ blue 186

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

Shades of Lily #CC9BBA

Tints of Lily #CC9BBA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 28.44%

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

R = 37.43%
G = 28.44%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CC9BBA (or 0xCC9BBA) is known color: Lily. HEX triplet: CC, 9B and BA. RGB value is (204,155,186). Sum of RGB (Red+Green+Blue) = 204+155+186=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 155 (60.94% from 255 or 28.44% from 545); Blue value is 186 (73.05% from 255 or 34.13% from 545); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9BBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9BBA is #336445. Grayscale: #ADADAD. Windows color (decimal): -3368006 or 12229580. OLE color: 12229580.

HSL color Cylindrical-coordinate representation of color #CC9BBA: hue angle of 322.04º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CC9BBA is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 155 186 -
CMYK 0 0.24 0.09 0.2
HSL 322.04º 0.32% 0.7% -
HSV(B) 322.04º 0.24% 0.8% -
XYZ 45.49 39.83 51.74 -
YUV 173.19 135.23 149.98 -
System Red Green Blue C M Y K H S L
Decimal 204 155 186 0 0.24 0.09 0.2 322.04 0.32 0.7
Hex CC 9B BA 0 18 9 14 142 20 46
Octal 314 233 272 0 30 11 24 502 40 106
Binary 11001100 10011011 10111010 0 11000 1001 10100 101000010 100000 1000110

Color Harmonies of #CC9BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9BBA

Black with #CC9BBA

Text Example


Text Example

White with #CC9BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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