Html Css Color HEX #C8A2B4 Lily

📋 copy color: '#C8A2B4'

red 200 ◦ green 162 ◦ blue 180

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

Shades of Lily #C8A2B4

Tints of Lily #C8A2B4

RGB

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

 GREEN value IS 162 (63.67% from 255) = 29.89%

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

R = 36.9%
G = 29.89%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.1

 K value IS 0.22

RGB Variations

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

Color information

#C8A2B4 (or 0xC8A2B4) is known color: Lily. HEX triplet: C8, A2 and B4. RGB value is (200,162,180). Sum of RGB (Red+Green+Blue) = 200+162+180=542 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.90% from 542); Green value is 162 (63.67% from 255 or 29.89% from 542); Blue value is 180 (70.70% from 255 or 33.21% from 542); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A2B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A2B4 is #375D4B. Grayscale: #AFAFAF. Windows color (decimal): -3628364 or 11838152. OLE color: 11838152.

HSL color Cylindrical-coordinate representation of color #C8A2B4: hue angle of 331.58º degrees, saturation: 0.26, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C8A2B4 is Cyan = 0, Magento = 0.19, Yellow = 0.1 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 162 180 -
CMYK 0 0.19 0.1 0.22
HSL 331.58º 0.26% 0.71% -
HSV(B) 331.58º 0.19% 0.78% -
XYZ 44.98 41.42 48.8 -
YUV 175.41 130.59 145.54 -
System Red Green Blue C M Y K H S L
Decimal 200 162 180 0 0.19 0.1 0.22 331.58 0.26 0.71
Hex C8 A2 B4 0 13 A 16 14C 1A 47
Octal 310 242 264 0 23 12 26 514 32 107
Binary 11001000 10100010 10110100 0 10011 1010 10110 101001100 11010 1000111

Color Harmonies of #C8A2B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A2B4

Black with #C8A2B4

Text Example


Text Example

White with #C8A2B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A2B4; }

 p { color: rgb(200,162,180); }

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

background-color css

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

 a { background-color: rgb(200,162,180); }

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

border-color css

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

 span { border-color: rgb(200,162,180); }

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