Html Css Color HEX #CCA5B5 Lily

📋 copy color: '#CCA5B5'

red 204 ◦ green 165 ◦ blue 181

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

Shades of Lily #CCA5B5

Tints of Lily #CCA5B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 32.91%

R = 37.09%
G = 30%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.11

 K value IS 0.2

RGB Variations

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

Color information

#CCA5B5 (or 0xCCA5B5) is known color: Lily. HEX triplet: CC, A5 and B5. RGB value is (204,165,181). Sum of RGB (Red+Green+Blue) = 204+165+181=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 165 (64.84% from 255 or 30% from 550); Blue value is 181 (71.09% from 255 or 32.91% from 550); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA5B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA5B5 is #335A4A. Grayscale: #B2B2B2. Windows color (decimal): -3365451 or 11904460. OLE color: 11904460.

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

Color convert

RGB 204 165 181 -
CMYK 0 0.19 0.11 0.2
HSL 335.38º 0.28% 0.72% -
HSV(B) 335.38º 0.19% 0.8% -
XYZ 46.7 43.08 49.57 -
YUV 178.49 129.42 146.2 -
System Red Green Blue C M Y K H S L
Decimal 204 165 181 0 0.19 0.11 0.2 335.38 0.28 0.72
Hex CC A5 B5 0 13 B 14 14F 1C 48
Octal 314 245 265 0 23 13 24 517 34 110
Binary 11001100 10100101 10110101 0 10011 1011 10100 101001111 11100 1001000

Color Harmonies of #CCA5B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA5B5

Black with #CCA5B5

Text Example


Text Example

White with #CCA5B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA5B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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