Html Css Color HEX #C0AFB5 Lily

📋 copy color: '#C0AFB5'

red 192 ◦ green 175 ◦ blue 181

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

Shades of Lily #C0AFB5

Tints of Lily #C0AFB5

RGB

 RED value IS 192 (75.39% from 255) = 35.04%

 GREEN value IS 175 (68.75% from 255) = 31.93%

 BLUE value IS 181 (71.09% from 255) = 33.03%

R = 35.04%
G = 31.93%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#C0AFB5 (or 0xC0AFB5) is known color: Lily. HEX triplet: C0, AF and B5. RGB value is (192,175,181). Sum of RGB (Red+Green+Blue) = 192+175+181=548 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.04% from 548); Green value is 175 (68.75% from 255 or 31.93% from 548); Blue value is 181 (71.09% from 255 or 33.03% from 548); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AFB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AFB5 is #3F504A. Grayscale: #B4B4B4. Windows color (decimal): -4149323 or 11907008. OLE color: 11907008.

HSL color Cylindrical-coordinate representation of color #C0AFB5: hue angle of 338.82º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C0AFB5 is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 175 181 -
CMYK 0 0.09 0.06 0.25
HSL 338.82º 0.12% 0.72% -
HSV(B) 338.82º 0.09% 0.75% -
XYZ 45.41 45.2 50.05 -
YUV 180.77 128.13 136.01 -
System Red Green Blue C M Y K H S L
Decimal 192 175 181 0 0.09 0.06 0.25 338.82 0.12 0.72
Hex C0 AF B5 0 9 6 19 153 C 48
Octal 300 257 265 0 11 6 31 523 14 110
Binary 11000000 10101111 10110101 0 1001 110 11001 101010011 1100 1001000

Color Harmonies of #C0AFB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AFB5

Black with #C0AFB5

Text Example


Text Example

White with #C0AFB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AFB5; }

 p { color: rgb(192,175,181); }

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

background-color css

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

 a { background-color: rgb(192,175,181); }

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

border-color css

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

 span { border-color: rgb(192,175,181); }

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