Html Css Color HEX #CC96AF Lily

📋 copy color: '#CC96AF'

red 204 ◦ green 150 ◦ blue 175

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

Shades of Lily #CC96AF

Tints of Lily #CC96AF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.36%

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

R = 38.56%
G = 28.36%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#CC96AF (or 0xCC96AF) is known color: Lily. HEX triplet: CC, 96 and AF. RGB value is (204,150,175). Sum of RGB (Red+Green+Blue) = 204+150+175=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 150 (58.98% from 255 or 28.36% from 529); Blue value is 175 (68.75% from 255 or 33.08% from 529); Max value from RGB is 204 - color contains mainly: red. Hex color #CC96AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC96AF is #336950. Grayscale: #A8A8A8. Windows color (decimal): -3369297 or 11507404. OLE color: 11507404.

HSL color Cylindrical-coordinate representation of color #CC96AF: hue angle of 332.22º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CC96AF is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 150 175 -
CMYK 0 0.26 0.14 0.2
HSL 332.22º 0.35% 0.69% -
HSV(B) 332.22º 0.26% 0.8% -
XYZ 43.55 37.75 45.55 -
YUV 169 131.39 152.97 -
System Red Green Blue C M Y K H S L
Decimal 204 150 175 0 0.26 0.14 0.2 332.22 0.35 0.69
Hex CC 96 AF 0 1A E 14 14C 23 45
Octal 314 226 257 0 32 16 24 514 43 105
Binary 11001100 10010110 10101111 0 11010 1110 10100 101001100 100011 1000101

Color Harmonies of #CC96AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC96AF

Black with #CC96AF

Text Example


Text Example

White with #CC96AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC96AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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