Html Css Color HEX #CCA3BC Lily

📋 copy color: '#CCA3BC'

red 204 ◦ green 163 ◦ blue 188

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

Shades of Lily #CCA3BC

Tints of Lily #CCA3BC

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.37%

 BLUE value IS 188 (73.83% from 255) = 33.87%

R = 36.76%
G = 29.37%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#CCA3BC (or 0xCCA3BC) is known color: Lily. HEX triplet: CC, A3 and BC. RGB value is (204,163,188). Sum of RGB (Red+Green+Blue) = 204+163+188=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 163 (64.06% from 255 or 29.37% from 555); Blue value is 188 (73.83% from 255 or 33.87% from 555); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA3BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA3BC is #335C43. Grayscale: #B2B2B2. Windows color (decimal): -3365956 or 12362700. OLE color: 12362700.

HSL color Cylindrical-coordinate representation of color #CCA3BC: hue angle of 323.41º degrees, saturation: 0.29, 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 #CCA3BC is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 163 188 -
CMYK 0 0.20 0.08 0.2
HSL 323.41º 0.29% 0.72% -
HSV(B) 323.41º 0.2% 0.8% -
XYZ 47.08 42.66 53.33 -
YUV 178.11 133.58 146.47 -
System Red Green Blue C M Y K H S L
Decimal 204 163 188 0 0.20 0.08 0.2 323.41 0.29 0.72
Hex CC A3 BC 0 14 8 14 143 1D 48
Octal 314 243 274 0 24 10 24 503 35 110
Binary 11001100 10100011 10111100 0 10100 1000 10100 101000011 11101 1001000

Color Harmonies of #CCA3BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA3BC

Black with #CCA3BC

Text Example


Text Example

White with #CCA3BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA3BC; }

 p { color: rgb(204,163,188); }

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

background-color css

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

 a { background-color: rgb(204,163,188); }

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

border-color css

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

 span { border-color: rgb(204,163,188); }

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