Html Css Color HEX #C1AFB7 Lily

📋 copy color: '#C1AFB7'

red 193 ◦ green 175 ◦ blue 183

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

Shades of Lily #C1AFB7

Tints of Lily #C1AFB7

RGB

 RED value IS 193 (75.78% from 255) = 35.03%

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

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

R = 35.03%
G = 31.76%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C1AFB7 (or 0xC1AFB7) is known color: Lily. HEX triplet: C1, AF and B7. RGB value is (193,175,183). Sum of RGB (Red+Green+Blue) = 193+175+183=551 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.03% from 551); Green value is 175 (68.75% from 255 or 31.76% from 551); Blue value is 183 (71.88% from 255 or 33.21% from 551); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AFB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1AFB7 is #3E5048. Grayscale: #B5B5B5. Windows color (decimal): -4083785 or 12038081. OLE color: 12038081.

HSL color Cylindrical-coordinate representation of color #C1AFB7: hue angle of 333.33º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C1AFB7 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 175 183 -
CMYK 0 0.09 0.05 0.24
HSL 333.33º 0.13% 0.72% -
HSV(B) 333.33º 0.09% 0.76% -
XYZ 45.87 45.42 51.15 -
YUV 181.29 128.96 136.35 -
System Red Green Blue C M Y K H S L
Decimal 193 175 183 0 0.09 0.05 0.24 333.33 0.13 0.72
Hex C1 AF B7 0 9 5 18 14D D 48
Octal 301 257 267 0 11 5 30 515 15 110
Binary 11000001 10101111 10110111 0 1001 101 11000 101001101 1101 1001000

Color Harmonies of #C1AFB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AFB7

Black with #C1AFB7

Text Example


Text Example

White with #C1AFB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AFB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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