Html Css Color HEX #C2ADB6 Lily

📋 copy color: '#C2ADB6'

red 194 ◦ green 173 ◦ blue 182

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

Shades of Lily #C2ADB6

Tints of Lily #C2ADB6

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.51%

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

R = 35.34%
G = 31.51%
B = 33.15%

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

#C2ADB6 (or 0xC2ADB6) is known color: Lily. HEX triplet: C2, AD and B6. RGB value is (194,173,182). Sum of RGB (Red+Green+Blue) = 194+173+182=549 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.34% from 549); Green value is 173 (67.97% from 255 or 31.51% from 549); Blue value is 182 (71.48% from 255 or 33.15% from 549); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ADB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ADB6 is #3D5249. Grayscale: #B4B4B4. Windows color (decimal): -4018762 or 11972034. OLE color: 11972034.

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

Color convert

RGB 194 173 182 -
CMYK 0 0.11 0.06 0.24
HSL 334.29º 0.15% 0.72% -
HSV(B) 334.29º 0.11% 0.76% -
XYZ 45.64 44.73 50.49 -
YUV 180.31 128.96 137.77 -
System Red Green Blue C M Y K H S L
Decimal 194 173 182 0 0.11 0.06 0.24 334.29 0.15 0.72
Hex C2 AD B6 0 B 6 18 14E F 48
Octal 302 255 266 0 13 6 30 516 17 110
Binary 11000010 10101101 10110110 0 1011 110 11000 101001110 1111 1001000

Color Harmonies of #C2ADB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ADB6

Black with #C2ADB6

Text Example


Text Example

White with #C2ADB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ADB6; }

 p { color: rgb(194,173,182); }

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

background-color css

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

 a { background-color: rgb(194,173,182); }

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

border-color css

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

 span { border-color: rgb(194,173,182); }

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