Html Css Color HEX #C2AFB6 Lily

📋 copy color: '#C2AFB6'

red 194 ◦ green 175 ◦ blue 182

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

Shades of Lily #C2AFB6

Tints of Lily #C2AFB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 33.03%

R = 35.21%
G = 31.76%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#C2AFB6 (or 0xC2AFB6) is known color: Lily. HEX triplet: C2, AF and B6. RGB value is (194,175,182). Sum of RGB (Red+Green+Blue) = 194+175+182=551 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.21% from 551); Green value is 175 (68.75% from 255 or 31.76% from 551); Blue value is 182 (71.48% from 255 or 33.03% from 551); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AFB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AFB6 is #3D5049. Grayscale: #B5B5B5. Windows color (decimal): -4018250 or 11972546. OLE color: 11972546.

HSL color Cylindrical-coordinate representation of color #C2AFB6: hue angle of 337.89º 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 #C2AFB6 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 175 182 -
CMYK 0 0.10 0.06 0.24
HSL 337.89º 0.13% 0.72% -
HSV(B) 337.89º 0.1% 0.76% -
XYZ 46.02 45.51 50.61 -
YUV 181.48 128.29 136.93 -
System Red Green Blue C M Y K H S L
Decimal 194 175 182 0 0.10 0.06 0.24 337.89 0.13 0.72
Hex C2 AF B6 0 A 6 18 152 D 48
Octal 302 257 266 0 12 6 30 522 15 110
Binary 11000010 10101111 10110110 0 1010 110 11000 101010010 1101 1001000

Color Harmonies of #C2AFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AFB6

Black with #C2AFB6

Text Example


Text Example

White with #C2AFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AFB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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