Html Css Color HEX #CC9FB3 Lily

📋 copy color: '#CC9FB3'

red 204 ◦ green 159 ◦ blue 179

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

Shades of Lily #CC9FB3

Tints of Lily #CC9FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 33.03%

R = 37.64%
G = 29.34%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.12

 K value IS 0.2

RGB Variations

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

Color information

#CC9FB3 (or 0xCC9FB3) is known color: Lily. HEX triplet: CC, 9F and B3. RGB value is (204,159,179). Sum of RGB (Red+Green+Blue) = 204+159+179=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 159 (62.5% from 255 or 29.34% from 542); Blue value is 179 (70.31% from 255 or 33.03% from 542); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9FB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9FB3 is #33604C. Grayscale: #AEAEAE. Windows color (decimal): -3366989 or 11771852. OLE color: 11771852.

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

Color convert

RGB 204 159 179 -
CMYK 0 0.22 0.12 0.2
HSL 333.33º 0.31% 0.71% -
HSV(B) 333.33º 0.22% 0.8% -
XYZ 45.44 40.89 48.15 -
YUV 174.74 130.41 148.87 -
System Red Green Blue C M Y K H S L
Decimal 204 159 179 0 0.22 0.12 0.2 333.33 0.31 0.71
Hex CC 9F B3 0 16 C 14 14D 1F 47
Octal 314 237 263 0 26 14 24 515 37 107
Binary 11001100 10011111 10110011 0 10110 1100 10100 101001101 11111 1000111

Color Harmonies of #CC9FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9FB3

Black with #CC9FB3

Text Example


Text Example

White with #CC9FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9FB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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