Html Css Color HEX #C4ADB6 Lily

📋 copy color: '#C4ADB6'

red 196 ◦ green 173 ◦ blue 182

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

Shades of Lily #C4ADB6

Tints of Lily #C4ADB6

RGB

 RED value IS 196 (76.95% from 255) = 35.57%

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

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

R = 35.57%
G = 31.4%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.07

 K value IS 0.23

RGB Variations

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

Color information

#C4ADB6 (or 0xC4ADB6) is known color: Lily. HEX triplet: C4, AD and B6. RGB value is (196,173,182). Sum of RGB (Red+Green+Blue) = 196+173+182=551 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.57% from 551); Green value is 173 (67.97% from 255 or 31.40% from 551); Blue value is 182 (71.48% from 255 or 33.03% from 551); Max value from RGB is 196 - color contains mainly: red. Hex color #C4ADB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4ADB6 is #3B5249. Grayscale: #B4B4B4. Windows color (decimal): -3887690 or 11972036. OLE color: 11972036.

HSL color Cylindrical-coordinate representation of color #C4ADB6: hue angle of 336.52º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C4ADB6 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 173 182 -
CMYK 0 0.12 0.07 0.23
HSL 336.52º 0.16% 0.72% -
HSV(B) 336.52º 0.12% 0.77% -
XYZ 46.15 45 50.51 -
YUV 180.9 128.62 138.77 -
System Red Green Blue C M Y K H S L
Decimal 196 173 182 0 0.12 0.07 0.23 336.52 0.16 0.72
Hex C4 AD B6 0 C 7 17 151 10 48
Octal 304 255 266 0 14 7 27 521 20 110
Binary 11000100 10101101 10110110 0 1100 111 10111 101010001 10000 1001000

Color Harmonies of #C4ADB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4ADB6

Black with #C4ADB6

Text Example


Text Example

White with #C4ADB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4ADB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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