Html Css Color HEX #C2ACB4 Lily

📋 copy color: '#C2ACB4'

red 194 ◦ green 172 ◦ blue 180

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

Shades of Lily #C2ACB4

Tints of Lily #C2ACB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 32.97%

R = 35.53%
G = 31.5%
B = 32.97%

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

#C2ACB4 (or 0xC2ACB4) is known color: Lily. HEX triplet: C2, AC and B4. RGB value is (194,172,180). Sum of RGB (Red+Green+Blue) = 194+172+180=546 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.53% from 546); Green value is 172 (67.58% from 255 or 31.50% from 546); Blue value is 180 (70.70% from 255 or 32.97% from 546); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ACB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ACB4 is #3D534B. Grayscale: #B3B3B3. Windows color (decimal): -4019020 or 11840706. OLE color: 11840706.

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

Color convert

RGB 194 172 180 -
CMYK 0 0.11 0.07 0.24
HSL 338.18º 0.15% 0.72% -
HSV(B) 338.18º 0.11% 0.76% -
XYZ 45.24 44.27 49.34 -
YUV 179.49 128.29 138.35 -
System Red Green Blue C M Y K H S L
Decimal 194 172 180 0 0.11 0.07 0.24 338.18 0.15 0.72
Hex C2 AC B4 0 B 7 18 152 F 48
Octal 302 254 264 0 13 7 30 522 17 110
Binary 11000010 10101100 10110100 0 1011 111 11000 101010010 1111 1001000

Color Harmonies of #C2ACB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ACB4

Black with #C2ACB4

Text Example


Text Example

White with #C2ACB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ACB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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