Html Css Color HEX #C2A2BB Lily

📋 copy color: '#C2A2BB'

red 194 ◦ green 162 ◦ blue 187

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

Shades of Lily #C2A2BB

Tints of Lily #C2A2BB

RGB

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

 GREEN value IS 162 (63.67% from 255) = 29.83%

 BLUE value IS 187 (73.44% from 255) = 34.44%

R = 35.73%
G = 29.83%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C2A2BB (or 0xC2A2BB) is known color: Lily. HEX triplet: C2, A2 and BB. RGB value is (194,162,187). Sum of RGB (Red+Green+Blue) = 194+162+187=543 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.73% from 543); Green value is 162 (63.67% from 255 or 29.83% from 543); Blue value is 187 (73.44% from 255 or 34.44% from 543); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A2BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A2BB is #3D5D44. Grayscale: #AEAEAE. Windows color (decimal): -4021573 or 12296898. OLE color: 12296898.

HSL color Cylindrical-coordinate representation of color #C2A2BB: hue angle of 313.12º degrees, saturation: 0.21, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C2A2BB is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 162 187 -
CMYK 0 0.16 0.04 0.24
HSL 313.13º 0.21% 0.7% -
HSV(B) 313.13º 0.16% 0.76% -
XYZ 44.14 40.9 52.58 -
YUV 174.42 135.1 141.97 -
System Red Green Blue C M Y K H S L
Decimal 194 162 187 0 0.16 0.04 0.24 313.13 0.21 0.7
Hex C2 A2 BB 0 10 4 18 139 15 46
Octal 302 242 273 0 20 4 30 471 25 106
Binary 11000010 10100010 10111011 0 10000 100 11000 100111001 10101 1000110

Color Harmonies of #C2A2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A2BB

Black with #C2A2BB

Text Example


Text Example

White with #C2A2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A2BB; }

 p { color: rgb(194,162,187); }

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

background-color css

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

 a { background-color: rgb(194,162,187); }

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

border-color css

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

 span { border-color: rgb(194,162,187); }

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