Html Css Color HEX #C8A5B3 Lily

📋 copy color: '#C8A5B3'

red 200 ◦ green 165 ◦ blue 179

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

Shades of Lily #C8A5B3

Tints of Lily #C8A5B3

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.33%

 BLUE value IS 179 (70.31% from 255) = 32.9%

R = 36.76%
G = 30.33%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.10

 K value IS 0.22

RGB Variations

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

Color information

#C8A5B3 (or 0xC8A5B3) is known color: Lily. HEX triplet: C8, A5 and B3. RGB value is (200,165,179). Sum of RGB (Red+Green+Blue) = 200+165+179=544 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.76% from 544); Green value is 165 (64.84% from 255 or 30.33% from 544); Blue value is 179 (70.31% from 255 or 32.90% from 544); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A5B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A5B3 is #375A4C. Grayscale: #B1B1B1. Windows color (decimal): -3627597 or 11773384. OLE color: 11773384.

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

Color convert

RGB 200 165 179 -
CMYK 0 0.18 0.10 0.22
HSL 336º 0.24% 0.72% -
HSV(B) 336º 0.18% 0.78% -
XYZ 45.41 42.44 48.45 -
YUV 177.06 129.1 144.36 -
System Red Green Blue C M Y K H S L
Decimal 200 165 179 0 0.18 0.10 0.22 336 0.24 0.72
Hex C8 A5 B3 0 12 A 16 150 18 48
Octal 310 245 263 0 22 12 26 520 30 110
Binary 11001000 10100101 10110011 0 10010 1010 10110 101010000 11000 1001000

Color Harmonies of #C8A5B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A5B3

Black with #C8A5B3

Text Example


Text Example

White with #C8A5B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A5B3; }

 p { color: rgb(200,165,179); }

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

background-color css

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

 a { background-color: rgb(200,165,179); }

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

border-color css

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

 span { border-color: rgb(200,165,179); }

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