Html Css Color HEX #C2ACB5 Lily

📋 copy color: '#C2ACB5'

red 194 ◦ green 172 ◦ blue 181

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

Shades of Lily #C2ACB5

Tints of Lily #C2ACB5

RGB

 RED value IS 194 (76.17% from 255) = 35.47%

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

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

R = 35.47%
G = 31.44%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C2ACB5 (or 0xC2ACB5) is known color: Lily. HEX triplet: C2, AC and B5. RGB value is (194,172,181). Sum of RGB (Red+Green+Blue) = 194+172+181=547 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.47% from 547); Green value is 172 (67.58% from 255 or 31.44% from 547); Blue value is 181 (71.09% from 255 or 33.09% from 547); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ACB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ACB5 is #3D534A. Grayscale: #B3B3B3. Windows color (decimal): -4019019 or 11906242. OLE color: 11906242.

HSL color Cylindrical-coordinate representation of color #C2ACB5: hue angle of 335.45º degrees, saturation: 0.15, 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 #C2ACB5 is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 172 181 -
CMYK 0 0.11 0.07 0.24
HSL 335.45º 0.15% 0.72% -
HSV(B) 335.45º 0.11% 0.76% -
XYZ 45.34 44.31 49.88 -
YUV 179.6 128.79 138.27 -
System Red Green Blue C M Y K H S L
Decimal 194 172 181 0 0.11 0.07 0.24 335.45 0.15 0.72
Hex C2 AC B5 0 B 7 18 14F F 48
Octal 302 254 265 0 13 7 30 517 17 110
Binary 11000010 10101100 10110101 0 1011 111 11000 101001111 1111 1001000

Color Harmonies of #C2ACB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ACB5

Black with #C2ACB5

Text Example


Text Example

White with #C2ACB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ACB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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