Html Css Color HEX #CCA8B7 Lily

📋 copy color: '#CCA8B7'

red 204 ◦ green 168 ◦ blue 183

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

Shades of Lily #CCA8B7

Tints of Lily #CCA8B7

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.27%

 BLUE value IS 183 (71.88% from 255) = 32.97%

R = 36.76%
G = 30.27%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.10

 K value IS 0.2

RGB Variations

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

Color information

#CCA8B7 (or 0xCCA8B7) is known color: Lily. HEX triplet: CC, A8 and B7. RGB value is (204,168,183). Sum of RGB (Red+Green+Blue) = 204+168+183=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 168 (66.02% from 255 or 30.27% from 555); Blue value is 183 (71.88% from 255 or 32.97% from 555); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA8B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA8B7 is #335748. Grayscale: #B4B4B4. Windows color (decimal): -3364681 or 12036300. OLE color: 12036300.

HSL color Cylindrical-coordinate representation of color #CCA8B7: hue angle of 335º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCA8B7 is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 168 183 -
CMYK 0 0.18 0.10 0.2
HSL 335º 0.26% 0.73% -
HSV(B) 335º 0.18% 0.8% -
XYZ 47.45 44.26 50.84 -
YUV 180.47 129.43 144.78 -
System Red Green Blue C M Y K H S L
Decimal 204 168 183 0 0.18 0.10 0.2 335 0.26 0.73
Hex CC A8 B7 0 12 A 14 14F 1A 49
Octal 314 250 267 0 22 12 24 517 32 111
Binary 11001100 10101000 10110111 0 10010 1010 10100 101001111 11010 1001001

Color Harmonies of #CCA8B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA8B7

Black with #CCA8B7

Text Example


Text Example

White with #CCA8B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA8B7; }

 p { color: rgb(204,168,183); }

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

background-color css

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

 a { background-color: rgb(204,168,183); }

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

border-color css

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

 span { border-color: rgb(204,168,183); }

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