Html Css Color HEX #C4ACB5 Lily

📋 copy color: '#C4ACB5'

red 196 ◦ green 172 ◦ blue 181

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

Shades of Lily #C4ACB5

Tints of Lily #C4ACB5

RGB

 RED value IS 196 (76.95% from 255) = 35.7%

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

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

R = 35.7%
G = 31.33%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#C4ACB5 (or 0xC4ACB5) is known color: Lily. HEX triplet: C4, AC and B5. RGB value is (196,172,181). Sum of RGB (Red+Green+Blue) = 196+172+181=549 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.70% from 549); Green value is 172 (67.58% from 255 or 31.33% from 549); Blue value is 181 (71.09% from 255 or 32.97% from 549); Max value from RGB is 196 - color contains mainly: red. Hex color #C4ACB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4ACB5 is #3B534A. Grayscale: #B4B4B4. Windows color (decimal): -3887947 or 11906244. OLE color: 11906244.

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

Color convert

RGB 196 172 181 -
CMYK 0 0.12 0.08 0.23
HSL 337.5º 0.17% 0.72% -
HSV(B) 337.5º 0.12% 0.77% -
XYZ 45.86 44.58 49.9 -
YUV 180.2 128.45 139.27 -
System Red Green Blue C M Y K H S L
Decimal 196 172 181 0 0.12 0.08 0.23 337.5 0.17 0.72
Hex C4 AC B5 0 C 8 17 152 11 48
Octal 304 254 265 0 14 10 27 522 21 110
Binary 11000100 10101100 10110101 0 1100 1000 10111 101010010 10001 1001000

Color Harmonies of #C4ACB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4ACB5

Black with #C4ACB5

Text Example


Text Example

White with #C4ACB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4ACB5; }

 p { color: rgb(196,172,181); }

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

background-color css

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

 a { background-color: rgb(196,172,181); }

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

border-color css

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

 span { border-color: rgb(196,172,181); }

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