Html Css Color HEX #C3ADB6 Lily

📋 copy color: '#C3ADB6'

red 195 ◦ green 173 ◦ blue 182

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

Shades of Lily #C3ADB6

Tints of Lily #C3ADB6

RGB

 RED value IS 195 (76.56% from 255) = 35.45%

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

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

R = 35.45%
G = 31.45%
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

#C3ADB6 (or 0xC3ADB6) is known color: Lily. HEX triplet: C3, AD and B6. RGB value is (195,173,182). Sum of RGB (Red+Green+Blue) = 195+173+182=550 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.45% from 550); Green value is 173 (67.97% from 255 or 31.45% from 550); Blue value is 182 (71.48% from 255 or 33.09% from 550); Max value from RGB is 195 - color contains mainly: red. Hex color #C3ADB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3ADB6 is #3C5249. Grayscale: #B4B4B4. Windows color (decimal): -3953226 or 11972035. OLE color: 11972035.

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

Color convert

RGB 195 173 182 -
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.89 44.87 50.5 -
YUV 180.6 128.79 138.27 -
System Red Green Blue C M Y K H S L
Decimal 195 173 182 0 0.11 0.07 0.24 335.45 0.15 0.72
Hex C3 AD B6 0 B 7 18 14F F 48
Octal 303 255 266 0 13 7 30 517 17 110
Binary 11000011 10101101 10110110 0 1011 111 11000 101001111 1111 1001000

Color Harmonies of #C3ADB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3ADB6

Black with #C3ADB6

Text Example


Text Example

White with #C3ADB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3ADB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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