Html Css Color HEX #CC9BAF Lily

📋 copy color: '#CC9BAF'

red 204 ◦ green 155 ◦ blue 175

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

Shades of Lily #CC9BAF

Tints of Lily #CC9BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 32.77%

R = 38.2%
G = 29.03%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#CC9BAF (or 0xCC9BAF) is known color: Lily. HEX triplet: CC, 9B and AF. RGB value is (204,155,175). Sum of RGB (Red+Green+Blue) = 204+155+175=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 155 (60.94% from 255 or 29.03% from 534); Blue value is 175 (68.75% from 255 or 32.77% from 534); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9BAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9BAF is #336450. Grayscale: #ABABAB. Windows color (decimal): -3368017 or 11508684. OLE color: 11508684.

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

Color convert

RGB 204 155 175 -
CMYK 0 0.24 0.14 0.2
HSL 335.51º 0.32% 0.7% -
HSV(B) 335.51º 0.24% 0.8% -
XYZ 44.36 39.38 45.82 -
YUV 171.93 129.73 150.87 -
System Red Green Blue C M Y K H S L
Decimal 204 155 175 0 0.24 0.14 0.2 335.51 0.32 0.7
Hex CC 9B AF 0 18 E 14 150 20 46
Octal 314 233 257 0 30 16 24 520 40 106
Binary 11001100 10011011 10101111 0 11000 1110 10100 101010000 100000 1000110

Color Harmonies of #CC9BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9BAF

Black with #CC9BAF

Text Example


Text Example

White with #CC9BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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