Html Css Color HEX #CC97BA Lily

📋 copy color: '#CC97BA'

red 204 ◦ green 151 ◦ blue 186

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

Shades of Lily #CC97BA

Tints of Lily #CC97BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.38%

R = 37.71%
G = 27.91%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CC97BA (or 0xCC97BA) is known color: Lily. HEX triplet: CC, 97 and BA. RGB value is (204,151,186). Sum of RGB (Red+Green+Blue) = 204+151+186=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 151 (59.38% from 255 or 27.91% from 541); Blue value is 186 (73.05% from 255 or 34.38% from 541); Max value from RGB is 204 - color contains mainly: red. Hex color #CC97BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC97BA is #336845. Grayscale: #AAAAAA. Windows color (decimal): -3369030 or 12228556. OLE color: 12228556.

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

Color convert

RGB 204 151 186 -
CMYK 0 0.26 0.09 0.2
HSL 320.38º 0.34% 0.7% -
HSV(B) 320.38º 0.26% 0.8% -
XYZ 44.83 38.52 51.53 -
YUV 170.84 136.56 151.65 -
System Red Green Blue C M Y K H S L
Decimal 204 151 186 0 0.26 0.09 0.2 320.38 0.34 0.7
Hex CC 97 BA 0 1A 9 14 140 22 46
Octal 314 227 272 0 32 11 24 500 42 106
Binary 11001100 10010111 10111010 0 11010 1001 10100 101000000 100010 1000110

Color Harmonies of #CC97BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC97BA

Black with #CC97BA

Text Example


Text Example

White with #CC97BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC97BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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