Html Css Color HEX #CCA5BA Lily

📋 copy color: '#CCA5BA'

red 204 ◦ green 165 ◦ blue 186

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

Shades of Lily #CCA5BA

Tints of Lily #CCA5BA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29.73%

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

R = 36.76%
G = 29.73%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CCA5BA (or 0xCCA5BA) is known color: Lily. HEX triplet: CC, A5 and BA. RGB value is (204,165,186). Sum of RGB (Red+Green+Blue) = 204+165+186=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 165 (64.84% from 255 or 29.73% from 555); Blue value is 186 (73.05% from 255 or 33.51% from 555); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA5BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA5BA is #335A45. Grayscale: #B3B3B3. Windows color (decimal): -3365446 or 12232140. OLE color: 12232140.

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

Color convert

RGB 204 165 186 -
CMYK 0 0.19 0.09 0.2
HSL 327.69º 0.28% 0.72% -
HSV(B) 327.69º 0.19% 0.8% -
XYZ 47.22 43.29 52.32 -
YUV 179.06 131.92 145.79 -
System Red Green Blue C M Y K H S L
Decimal 204 165 186 0 0.19 0.09 0.2 327.69 0.28 0.72
Hex CC A5 BA 0 13 9 14 148 1C 48
Octal 314 245 272 0 23 11 24 510 34 110
Binary 11001100 10100101 10111010 0 10011 1001 10100 101001000 11100 1001000

Color Harmonies of #CCA5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA5BA

Black with #CCA5BA

Text Example


Text Example

White with #CCA5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA5BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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