Html Css Color HEX #CC90AC Lily

📋 copy color: '#CC90AC'

red 204 ◦ green 144 ◦ blue 172

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

Shades of Lily #CC90AC

Tints of Lily #CC90AC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.69%

 BLUE value IS 172 (67.58% from 255) = 33.08%

R = 39.23%
G = 27.69%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CC90AC (or 0xCC90AC) is known color: Lily. HEX triplet: CC, 90 and AC. RGB value is (204,144,172). Sum of RGB (Red+Green+Blue) = 204+144+172=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 144 (56.64% from 255 or 27.69% from 520); Blue value is 172 (67.58% from 255 or 33.08% from 520); Max value from RGB is 204 - color contains mainly: red. Hex color #CC90AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC90AC is #336F53. Grayscale: #A5A5A5. Windows color (decimal): -3370836 or 11309260. OLE color: 11309260.

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

Color convert

RGB 204 144 172 -
CMYK 0 0.29 0.16 0.2
HSL 332º 0.37% 0.68% -
HSV(B) 332º 0.29% 0.8% -
XYZ 42.32 35.76 43.7 -
YUV 165.13 131.88 155.72 -
System Red Green Blue C M Y K H S L
Decimal 204 144 172 0 0.29 0.16 0.2 332 0.37 0.68
Hex CC 90 AC 0 1D 10 14 14C 25 44
Octal 314 220 254 0 35 20 24 514 45 104
Binary 11001100 10010000 10101100 0 11101 10000 10100 101001100 100101 1000100

Color Harmonies of #CC90AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC90AC

Black with #CC90AC

Text Example


Text Example

White with #CC90AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC90AC; }

 p { color: rgb(204,144,172); }

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

background-color css

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

 a { background-color: rgb(204,144,172); }

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

border-color css

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

 span { border-color: rgb(204,144,172); }

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