Html Css Color HEX #C4ACB7 Lily

📋 copy color: '#C4ACB7'

red 196 ◦ green 172 ◦ blue 183

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

Shades of Lily #C4ACB7

Tints of Lily #C4ACB7

RGB

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

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

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

R = 35.57%
G = 31.22%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.07

 K value IS 0.23

RGB Variations

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

Color information

#C4ACB7 (or 0xC4ACB7) is known color: Lily. HEX triplet: C4, AC and B7. RGB value is (196,172,183). Sum of RGB (Red+Green+Blue) = 196+172+183=551 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.57% from 551); Green value is 172 (67.58% from 255 or 31.22% from 551); Blue value is 183 (71.88% from 255 or 33.21% from 551); Max value from RGB is 196 - color contains mainly: red. Hex color #C4ACB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4ACB7 is #3B5348. Grayscale: #B4B4B4. Windows color (decimal): -3887945 or 12037316. OLE color: 12037316.

HSL color Cylindrical-coordinate representation of color #C4ACB7: hue angle of 332.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 #C4ACB7 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 172 183 -
CMYK 0 0.12 0.07 0.23
HSL 332.5º 0.17% 0.72% -
HSV(B) 332.5º 0.12% 0.77% -
XYZ 46.06 44.66 50.99 -
YUV 180.43 129.45 139.11 -
System Red Green Blue C M Y K H S L
Decimal 196 172 183 0 0.12 0.07 0.23 332.5 0.17 0.72
Hex C4 AC B7 0 C 7 17 14C 11 48
Octal 304 254 267 0 14 7 27 514 21 110
Binary 11000100 10101100 10110111 0 1100 111 10111 101001100 10001 1001000

Color Harmonies of #C4ACB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4ACB7

Black with #C4ACB7

Text Example


Text Example

White with #C4ACB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4ACB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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