Html Css Color HEX #CC9FBA Lily

📋 copy color: '#CC9FBA'

red 204 ◦ green 159 ◦ blue 186

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

Shades of Lily #CC9FBA

Tints of Lily #CC9FBA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.96%

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

R = 37.16%
G = 28.96%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CC9FBA (or 0xCC9FBA) is known color: Lily. HEX triplet: CC, 9F and BA. RGB value is (204,159,186). Sum of RGB (Red+Green+Blue) = 204+159+186=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 159 (62.5% from 255 or 28.96% from 549); Blue value is 186 (73.05% from 255 or 33.88% from 549); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9FBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9FBA is #336045. Grayscale: #AFAFAF. Windows color (decimal): -3366982 or 12230604. OLE color: 12230604.

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

Color convert

RGB 204 159 186 -
CMYK 0 0.22 0.09 0.2
HSL 324º 0.31% 0.71% -
HSV(B) 324º 0.22% 0.8% -
XYZ 46.16 41.18 51.97 -
YUV 175.53 133.91 148.3 -
System Red Green Blue C M Y K H S L
Decimal 204 159 186 0 0.22 0.09 0.2 324 0.31 0.71
Hex CC 9F BA 0 16 9 14 144 1F 47
Octal 314 237 272 0 26 11 24 504 37 107
Binary 11001100 10011111 10111010 0 10110 1001 10100 101000100 11111 1000111

Color Harmonies of #CC9FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9FBA

Black with #CC9FBA

Text Example


Text Example

White with #CC9FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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