Html Css Color HEX #C1ACB6 Lily

📋 copy color: '#C1ACB6'

red 193 ◦ green 172 ◦ blue 182

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

Shades of Lily #C1ACB6

Tints of Lily #C1ACB6

RGB

 RED value IS 193 (75.78% from 255) = 35.28%

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

 BLUE value IS 182 (71.48% from 255) = 33.27%

R = 35.28%
G = 31.44%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#C1ACB6 (or 0xC1ACB6) is known color: Lily. HEX triplet: C1, AC and B6. RGB value is (193,172,182). Sum of RGB (Red+Green+Blue) = 193+172+182=547 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.28% from 547); Green value is 172 (67.58% from 255 or 31.44% from 547); Blue value is 182 (71.48% from 255 or 33.27% from 547); Max value from RGB is 193 - color contains mainly: red. Hex color #C1ACB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ACB6 is #3E5349. Grayscale: #B3B3B3. Windows color (decimal): -4084554 or 11971777. OLE color: 11971777.

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

Color convert

RGB 193 172 182 -
CMYK 0 0.11 0.06 0.24
HSL 331.43º 0.14% 0.72% -
HSV(B) 331.43º 0.11% 0.76% -
XYZ 45.19 44.22 50.41 -
YUV 179.42 129.46 137.69 -
System Red Green Blue C M Y K H S L
Decimal 193 172 182 0 0.11 0.06 0.24 331.43 0.14 0.72
Hex C1 AC B6 0 B 6 18 14B E 48
Octal 301 254 266 0 13 6 30 513 16 110
Binary 11000001 10101100 10110110 0 1011 110 11000 101001011 1110 1001000

Color Harmonies of #C1ACB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1ACB6

Black with #C1ACB6

Text Example


Text Example

White with #C1ACB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1ACB6; }

 p { color: rgb(193,172,182); }

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

background-color css

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

 a { background-color: rgb(193,172,182); }

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

border-color css

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

 span { border-color: rgb(193,172,182); }

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