Html Css Color HEX #C3ACB4 Lily

📋 copy color: '#C3ACB4'

red 195 ◦ green 172 ◦ blue 180

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

Shades of Lily #C3ACB4

Tints of Lily #C3ACB4

RGB

 RED value IS 195 (76.56% from 255) = 35.65%

 GREEN value IS 172 (67.58% from 255) = 31.44%

 BLUE value IS 180 (70.7% from 255) = 32.91%

R = 35.65%
G = 31.44%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C3ACB4 (or 0xC3ACB4) is known color: Lily. HEX triplet: C3, AC and B4. RGB value is (195,172,180). Sum of RGB (Red+Green+Blue) = 195+172+180=547 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.65% from 547); Green value is 172 (67.58% from 255 or 31.44% from 547); Blue value is 180 (70.70% from 255 or 32.91% from 547); Max value from RGB is 195 - color contains mainly: red. Hex color #C3ACB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3ACB4 is #3C534B. Grayscale: #B3B3B3. Windows color (decimal): -3953484 or 11840707. OLE color: 11840707.

HSL color Cylindrical-coordinate representation of color #C3ACB4: hue angle of 339.13º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C3ACB4 is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 172 180 -
CMYK 0 0.12 0.08 0.24
HSL 339.13º 0.16% 0.72% -
HSV(B) 339.13º 0.12% 0.76% -
XYZ 45.5 44.4 49.35 -
YUV 179.79 128.12 138.85 -
System Red Green Blue C M Y K H S L
Decimal 195 172 180 0 0.12 0.08 0.24 339.13 0.16 0.72
Hex C3 AC B4 0 C 8 18 153 10 48
Octal 303 254 264 0 14 10 30 523 20 110
Binary 11000011 10101100 10110100 0 1100 1000 11000 101010011 10000 1001000

Color Harmonies of #C3ACB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3ACB4

Black with #C3ACB4

Text Example


Text Example

White with #C3ACB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3ACB4; }

 p { color: rgb(195,172,180); }

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

background-color css

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

 a { background-color: rgb(195,172,180); }

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

border-color css

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

 span { border-color: rgb(195,172,180); }

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