Html Css Color HEX #CC97AD Lily

📋 copy color: '#CC97AD'

red 204 ◦ green 151 ◦ blue 173

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

Shades of Lily #CC97AD

Tints of Lily #CC97AD

RGB

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

 GREEN value IS 151 (59.38% from 255) = 28.6%

 BLUE value IS 173 (67.97% from 255) = 32.77%

R = 38.64%
G = 28.6%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.15

 K value IS 0.2

RGB Variations

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

Color information

#CC97AD (or 0xCC97AD) is known color: Lily. HEX triplet: CC, 97 and AD. RGB value is (204,151,173). Sum of RGB (Red+Green+Blue) = 204+151+173=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 151 (59.38% from 255 or 28.60% from 528); Blue value is 173 (67.97% from 255 or 32.77% from 528); Max value from RGB is 204 - color contains mainly: red. Hex color #CC97AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC97AD is #336852. Grayscale: #A9A9A9. Windows color (decimal): -3369043 or 11376588. OLE color: 11376588.

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

Color convert

RGB 204 151 173 -
CMYK 0 0.26 0.15 0.2
HSL 335.09º 0.34% 0.7% -
HSV(B) 335.09º 0.26% 0.8% -
XYZ 43.51 37.99 44.57 -
YUV 169.36 130.06 152.71 -
System Red Green Blue C M Y K H S L
Decimal 204 151 173 0 0.26 0.15 0.2 335.09 0.34 0.7
Hex CC 97 AD 0 1A F 14 14F 22 46
Octal 314 227 255 0 32 17 24 517 42 106
Binary 11001100 10010111 10101101 0 11010 1111 10100 101001111 100010 1000110

Color Harmonies of #CC97AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC97AD

Black with #CC97AD

Text Example


Text Example

White with #CC97AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC97AD; }

 p { color: rgb(204,151,173); }

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

background-color css

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

 a { background-color: rgb(204,151,173); }

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

border-color css

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

 span { border-color: rgb(204,151,173); }

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