Html Css Color HEX #C2ACB3 Lily

📋 copy color: '#C2ACB3'

red 194 ◦ green 172 ◦ blue 179

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

Shades of Lily #C2ACB3

Tints of Lily #C2ACB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 32.84%

R = 35.6%
G = 31.56%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C2ACB3 (or 0xC2ACB3) is known color: Lily. HEX triplet: C2, AC and B3. RGB value is (194,172,179). Sum of RGB (Red+Green+Blue) = 194+172+179=545 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.60% from 545); Green value is 172 (67.58% from 255 or 31.56% from 545); Blue value is 179 (70.31% from 255 or 32.84% from 545); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ACB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ACB3 is #3D534C. Grayscale: #B3B3B3. Windows color (decimal): -4019021 or 11775170. OLE color: 11775170.

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

Color convert

RGB 194 172 179 -
CMYK 0 0.11 0.08 0.24
HSL 340.91º 0.15% 0.72% -
HSV(B) 340.91º 0.11% 0.76% -
XYZ 45.14 44.23 48.81 -
YUV 179.38 127.79 138.43 -
System Red Green Blue C M Y K H S L
Decimal 194 172 179 0 0.11 0.08 0.24 340.91 0.15 0.72
Hex C2 AC B3 0 B 8 18 155 F 48
Octal 302 254 263 0 13 10 30 525 17 110
Binary 11000010 10101100 10110011 0 1011 1000 11000 101010101 1111 1001000

Color Harmonies of #C2ACB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ACB3

Black with #C2ACB3

Text Example


Text Example

White with #C2ACB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ACB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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