Html Css Color HEX #C8A8B6 Lily

📋 copy color: '#C8A8B6'

red 200 ◦ green 168 ◦ blue 182

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

Shades of Lily #C8A8B6

Tints of Lily #C8A8B6

RGB

 RED value IS 200 (78.52% from 255) = 36.36%

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

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

R = 36.36%
G = 30.55%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#C8A8B6 (or 0xC8A8B6) is known color: Lily. HEX triplet: C8, A8 and B6. RGB value is (200,168,182). Sum of RGB (Red+Green+Blue) = 200+168+182=550 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.36% from 550); Green value is 168 (66.02% from 255 or 30.55% from 550); Blue value is 182 (71.48% from 255 or 33.09% from 550); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A8B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A8B6 is #375749. Grayscale: #B3B3B3. Windows color (decimal): -3626826 or 11970760. OLE color: 11970760.

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

Color convert

RGB 200 168 182 -
CMYK 0 0.16 0.09 0.22
HSL 333.75º 0.23% 0.72% -
HSV(B) 333.75º 0.16% 0.78% -
XYZ 46.27 43.66 50.25 -
YUV 179.16 129.6 142.86 -
System Red Green Blue C M Y K H S L
Decimal 200 168 182 0 0.16 0.09 0.22 333.75 0.23 0.72
Hex C8 A8 B6 0 10 9 16 14E 17 48
Octal 310 250 266 0 20 11 26 516 27 110
Binary 11001000 10101000 10110110 0 10000 1001 10110 101001110 10111 1001000

Color Harmonies of #C8A8B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A8B6

Black with #C8A8B6

Text Example


Text Example

White with #C8A8B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A8B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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