Html Css Color HEX #CC81AE Lily

📋 copy color: '#CC81AE'

red 204 ◦ green 129 ◦ blue 174

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

Shades of Lily #CC81AE

Tints of Lily #CC81AE

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.44%

 BLUE value IS 174 (68.36% from 255) = 34.32%

R = 40.24%
G = 25.44%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.15

 K value IS 0.2

RGB Variations

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

Color information

#CC81AE (or 0xCC81AE) is known color: Lily. HEX triplet: CC, 81 and AE. RGB value is (204,129,174). Sum of RGB (Red+Green+Blue) = 204+129+174=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 129 (50.78% from 255 or 25.44% from 507); Blue value is 174 (68.36% from 255 or 34.32% from 507); Max value from RGB is 204 - color contains mainly: red. Hex color #CC81AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC81AE is #337E51. Grayscale: #9C9C9C. Windows color (decimal): -3374674 or 11436492. OLE color: 11436492.

HSL color Cylindrical-coordinate representation of color #CC81AE: hue angle of 324º degrees, saturation: 0.42, 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 #CC81AE is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 129 174 -
CMYK 0 0.37 0.15 0.2
HSL 324º 0.42% 0.65% -
HSV(B) 324º 0.37% 0.8% -
XYZ 40.39 31.59 44.01 -
YUV 156.56 137.85 161.84 -
System Red Green Blue C M Y K H S L
Decimal 204 129 174 0 0.37 0.15 0.2 324 0.42 0.65
Hex CC 81 AE 0 25 F 14 144 2A 41
Octal 314 201 256 0 45 17 24 504 52 101
Binary 11001100 10000001 10101110 0 100101 1111 10100 101000100 101010 1000001

Color Harmonies of #CC81AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC81AE

Black with #CC81AE

Text Example


Text Example

White with #CC81AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC81AE; }

 p { color: rgb(204,129,174); }

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

background-color css

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

 a { background-color: rgb(204,129,174); }

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

border-color css

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

 span { border-color: rgb(204,129,174); }

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