Html Css Color HEX #C2AFB5 Lily

📋 copy color: '#C2AFB5'

red 194 ◦ green 175 ◦ blue 181

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

Shades of Lily #C2AFB5

Tints of Lily #C2AFB5

RGB

 RED value IS 194 (76.17% from 255) = 35.27%

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

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

R = 35.27%
G = 31.82%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C2AFB5 (or 0xC2AFB5) is known color: Lily. HEX triplet: C2, AF and B5. RGB value is (194,175,181). Sum of RGB (Red+Green+Blue) = 194+175+181=550 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.27% from 550); Green value is 175 (68.75% from 255 or 31.82% from 550); Blue value is 181 (71.09% from 255 or 32.91% from 550); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AFB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AFB5 is #3D504A. Grayscale: #B5B5B5. Windows color (decimal): -4018251 or 11907010. OLE color: 11907010.

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

Color convert

RGB 194 175 181 -
CMYK 0 0.10 0.07 0.24
HSL 341.05º 0.13% 0.72% -
HSV(B) 341.05º 0.1% 0.76% -
XYZ 45.92 45.47 50.07 -
YUV 181.37 127.79 137.01 -
System Red Green Blue C M Y K H S L
Decimal 194 175 181 0 0.10 0.07 0.24 341.05 0.13 0.72
Hex C2 AF B5 0 A 7 18 155 D 48
Octal 302 257 265 0 12 7 30 525 15 110
Binary 11000010 10101111 10110101 0 1010 111 11000 101010101 1101 1001000

Color Harmonies of #C2AFB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AFB5

Black with #C2AFB5

Text Example


Text Example

White with #C2AFB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AFB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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