Html Css Color HEX #CCA4BA Lily

📋 copy color: '#CCA4BA'

red 204 ◦ green 164 ◦ blue 186

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

Shades of Lily #CCA4BA

Tints of Lily #CCA4BA

RGB

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

 GREEN value IS 164 (64.45% from 255) = 29.6%

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

R = 36.82%
G = 29.6%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CCA4BA (or 0xCCA4BA) is known color: Lily. HEX triplet: CC, A4 and BA. RGB value is (204,164,186). Sum of RGB (Red+Green+Blue) = 204+164+186=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 164 (64.45% from 255 or 29.60% from 554); Blue value is 186 (73.05% from 255 or 33.57% from 554); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA4BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA4BA is #335B45. Grayscale: #B2B2B2. Windows color (decimal): -3365702 or 12231884. OLE color: 12231884.

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

Color convert

RGB 204 164 186 -
CMYK 0 0.20 0.09 0.2
HSL 327º 0.28% 0.72% -
HSV(B) 327º 0.2% 0.8% -
XYZ 47.04 42.93 52.26 -
YUV 178.47 132.25 146.21 -
System Red Green Blue C M Y K H S L
Decimal 204 164 186 0 0.20 0.09 0.2 327 0.28 0.72
Hex CC A4 BA 0 14 9 14 147 1C 48
Octal 314 244 272 0 24 11 24 507 34 110
Binary 11001100 10100100 10111010 0 10100 1001 10100 101000111 11100 1001000

Color Harmonies of #CCA4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA4BA

Black with #CCA4BA

Text Example


Text Example

White with #CCA4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA4BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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