Html Css Color HEX #C3ADB4 Lily

📋 copy color: '#C3ADB4'

red 195 ◦ green 173 ◦ blue 180

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

Shades of Lily #C3ADB4

Tints of Lily #C3ADB4

RGB

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

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

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

R = 35.58%
G = 31.57%
B = 32.85%

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

#C3ADB4 (or 0xC3ADB4) is known color: Lily. HEX triplet: C3, AD and B4. RGB value is (195,173,180). Sum of RGB (Red+Green+Blue) = 195+173+180=548 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.58% from 548); Green value is 173 (67.97% from 255 or 31.57% from 548); Blue value is 180 (70.70% from 255 or 32.85% from 548); Max value from RGB is 195 - color contains mainly: red. Hex color #C3ADB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3ADB4 is #3C524B. Grayscale: #B4B4B4. Windows color (decimal): -3953228 or 11840963. OLE color: 11840963.

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

Color convert

RGB 195 173 180 -
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.69 44.78 49.42 -
YUV 180.38 127.79 138.43 -
System Red Green Blue C M Y K H S L
Decimal 195 173 180 0 0.11 0.08 0.24 340.91 0.15 0.72
Hex C3 AD B4 0 B 8 18 155 F 48
Octal 303 255 264 0 13 10 30 525 17 110
Binary 11000011 10101101 10110100 0 1011 1000 11000 101010101 1111 1001000

Color Harmonies of #C3ADB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3ADB4

Black with #C3ADB4

Text Example


Text Example

White with #C3ADB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3ADB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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