Html Css Color HEX #C0AFB7 Lily

📋 copy color: '#C0AFB7'

red 192 ◦ green 175 ◦ blue 183

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

Shades of Lily #C0AFB7

Tints of Lily #C0AFB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 33.27%

R = 34.91%
G = 31.82%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#C0AFB7 (or 0xC0AFB7) is known color: Lily. HEX triplet: C0, AF and B7. RGB value is (192,175,183). Sum of RGB (Red+Green+Blue) = 192+175+183=550 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.91% from 550); Green value is 175 (68.75% from 255 or 31.82% from 550); Blue value is 183 (71.88% from 255 or 33.27% from 550); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AFB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AFB7 is #3F5048. Grayscale: #B4B4B4. Windows color (decimal): -4149321 or 12038080. OLE color: 12038080.

HSL color Cylindrical-coordinate representation of color #C0AFB7: hue angle of 331.76º 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 #C0AFB7 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 175 183 -
CMYK 0 0.09 0.05 0.25
HSL 331.76º 0.12% 0.72% -
HSV(B) 331.76º 0.09% 0.75% -
XYZ 45.62 45.29 51.14 -
YUV 181 129.13 135.85 -
System Red Green Blue C M Y K H S L
Decimal 192 175 183 0 0.09 0.05 0.25 331.76 0.12 0.72
Hex C0 AF B7 0 9 5 19 14C C 48
Octal 300 257 267 0 11 5 31 514 14 110
Binary 11000000 10101111 10110111 0 1001 101 11001 101001100 1100 1001000

Color Harmonies of #C0AFB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AFB7

Black with #C0AFB7

Text Example


Text Example

White with #C0AFB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AFB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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