Html Css Color HEX #CC80AF Lily

📋 copy color: '#CC80AF'

red 204 ◦ green 128 ◦ blue 175

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

Shades of Lily #CC80AF

Tints of Lily #CC80AF

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.25%

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

R = 40.24%
G = 25.25%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#CC80AF (or 0xCC80AF) is known color: Lily. HEX triplet: CC, 80 and AF. RGB value is (204,128,175). Sum of RGB (Red+Green+Blue) = 204+128+175=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 128 (50.39% from 255 or 25.25% from 507); Blue value is 175 (68.75% from 255 or 34.52% from 507); Max value from RGB is 204 - color contains mainly: red. Hex color #CC80AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC80AF is #337F50. Grayscale: #9B9B9B. Windows color (decimal): -3374929 or 11501772. OLE color: 11501772.

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

Color convert

RGB 204 128 175 -
CMYK 0 0.37 0.14 0.2
HSL 322.89º 0.43% 0.65% -
HSV(B) 322.89º 0.37% 0.8% -
XYZ 40.36 31.37 44.49 -
YUV 156.08 138.68 162.18 -
System Red Green Blue C M Y K H S L
Decimal 204 128 175 0 0.37 0.14 0.2 322.89 0.43 0.65
Hex CC 80 AF 0 25 E 14 143 2B 41
Octal 314 200 257 0 45 16 24 503 53 101
Binary 11001100 10000000 10101111 0 100101 1110 10100 101000011 101011 1000001

Color Harmonies of #CC80AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC80AF

Black with #CC80AF

Text Example


Text Example

White with #CC80AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC80AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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