Html Css Color HEX #CC97B8 Lily

📋 copy color: '#CC97B8'

red 204 ◦ green 151 ◦ blue 184

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

Shades of Lily #CC97B8

Tints of Lily #CC97B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 34.14%

R = 37.85%
G = 28.01%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.10

 K value IS 0.2

RGB Variations

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

Color information

#CC97B8 (or 0xCC97B8) is known color: Lily. HEX triplet: CC, 97 and B8. RGB value is (204,151,184). Sum of RGB (Red+Green+Blue) = 204+151+184=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 151 (59.38% from 255 or 28.01% from 539); Blue value is 184 (72.27% from 255 or 34.14% from 539); Max value from RGB is 204 - color contains mainly: red. Hex color #CC97B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC97B8 is #336847. Grayscale: #AAAAAA. Windows color (decimal): -3369032 or 12097484. OLE color: 12097484.

HSL color Cylindrical-coordinate representation of color #CC97B8: hue angle of 322.64º 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 #CC97B8 is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 151 184 -
CMYK 0 0.26 0.10 0.2
HSL 322.64º 0.34% 0.7% -
HSV(B) 322.64º 0.26% 0.8% -
XYZ 44.62 38.43 50.41 -
YUV 170.61 135.56 151.82 -
System Red Green Blue C M Y K H S L
Decimal 204 151 184 0 0.26 0.10 0.2 322.64 0.34 0.7
Hex CC 97 B8 0 1A A 14 143 22 46
Octal 314 227 270 0 32 12 24 503 42 106
Binary 11001100 10010111 10111000 0 11010 1010 10100 101000011 100010 1000110

Color Harmonies of #CC97B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC97B8

Black with #CC97B8

Text Example


Text Example

White with #CC97B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC97B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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