Html Css Color HEX #CC89BA Lily

📋 copy color: '#CC89BA'

red 204 ◦ green 137 ◦ blue 186

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

Shades of Lily #CC89BA

Tints of Lily #CC89BA

RGB

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

 GREEN value IS 137 (53.91% from 255) = 26%

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

R = 38.71%
G = 26%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CC89BA (or 0xCC89BA) is known color: Lily. HEX triplet: CC, 89 and BA. RGB value is (204,137,186). Sum of RGB (Red+Green+Blue) = 204+137+186=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 137 (53.91% from 255 or 26.00% from 527); Blue value is 186 (73.05% from 255 or 35.29% from 527); Max value from RGB is 204 - color contains mainly: red. Hex color #CC89BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC89BA is #337645. Grayscale: #A2A2A2. Windows color (decimal): -3372614 or 12224972. OLE color: 12224972.

HSL color Cylindrical-coordinate representation of color #CC89BA: hue angle of 316.12º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CC89BA is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 137 186 -
CMYK 0 0.33 0.09 0.2
HSL 316.12º 0.4% 0.67% -
HSV(B) 316.12º 0.33% 0.8% -
XYZ 42.71 34.27 50.82 -
YUV 162.62 141.2 157.52 -
System Red Green Blue C M Y K H S L
Decimal 204 137 186 0 0.33 0.09 0.2 316.12 0.4 0.67
Hex CC 89 BA 0 21 9 14 13C 28 43
Octal 314 211 272 0 41 11 24 474 50 103
Binary 11001100 10001001 10111010 0 100001 1001 10100 100111100 101000 1000011

Color Harmonies of #CC89BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC89BA

Black with #CC89BA

Text Example


Text Example

White with #CC89BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC89BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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