Html Css Color HEX #C4A8B6 Lily

📋 copy color: '#C4A8B6'

red 196 ◦ green 168 ◦ blue 182

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

Shades of Lily #C4A8B6

Tints of Lily #C4A8B6

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.77%

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

R = 35.9%
G = 30.77%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.07

 K value IS 0.23

RGB Variations

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

Color information

#C4A8B6 (or 0xC4A8B6) is known color: Lily. HEX triplet: C4, A8 and B6. RGB value is (196,168,182). Sum of RGB (Red+Green+Blue) = 196+168+182=546 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.90% from 546); Green value is 168 (66.02% from 255 or 30.77% from 546); Blue value is 182 (71.48% from 255 or 33.33% from 546); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A8B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4A8B6 is #3B5749. Grayscale: #B1B1B1. Windows color (decimal): -3888970 or 11970756. OLE color: 11970756.

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

Color convert

RGB 196 168 182 -
CMYK 0 0.14 0.07 0.23
HSL 330º 0.19% 0.71% -
HSV(B) 330º 0.14% 0.77% -
XYZ 45.21 43.12 50.2 -
YUV 177.97 130.28 140.86 -
System Red Green Blue C M Y K H S L
Decimal 196 168 182 0 0.14 0.07 0.23 330 0.19 0.71
Hex C4 A8 B6 0 E 7 17 14A 13 47
Octal 304 250 266 0 16 7 27 512 23 107
Binary 11000100 10101000 10110110 0 1110 111 10111 101001010 10011 1000111

Color Harmonies of #C4A8B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A8B6

Black with #C4A8B6

Text Example


Text Example

White with #C4A8B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A8B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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