Html Css Color HEX #C29CBA Lily

📋 copy color: '#C29CBA'

red 194 ◦ green 156 ◦ blue 186

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

Shades of Lily #C29CBA

Tints of Lily #C29CBA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.1%

 BLUE value IS 186 (73.05% from 255) = 34.7%

R = 36.19%
G = 29.1%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C29CBA (or 0xC29CBA) is known color: Lily. HEX triplet: C2, 9C and BA. RGB value is (194,156,186). Sum of RGB (Red+Green+Blue) = 194+156+186=536 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.19% from 536); Green value is 156 (61.33% from 255 or 29.10% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 194 - color contains mainly: red. Hex color #C29CBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29CBA is #3D6345. Grayscale: #AAAAAA. Windows color (decimal): -4023110 or 12229826. OLE color: 12229826.

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

Color convert

RGB 194 156 186 -
CMYK 0 0.20 0.04 0.24
HSL 312.63º 0.24% 0.69% -
HSV(B) 312.63º 0.2% 0.76% -
XYZ 43 38.79 51.68 -
YUV 170.78 136.59 144.56 -
System Red Green Blue C M Y K H S L
Decimal 194 156 186 0 0.20 0.04 0.24 312.63 0.24 0.69
Hex C2 9C BA 0 14 4 18 139 18 45
Octal 302 234 272 0 24 4 30 471 30 105
Binary 11000010 10011100 10111010 0 10100 100 11000 100111001 11000 1000101

Color Harmonies of #C29CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29CBA

Black with #C29CBA

Text Example


Text Example

White with #C29CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29CBA; }

 p { color: rgb(194,156,186); }

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

background-color css

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

 a { background-color: rgb(194,156,186); }

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

border-color css

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

 span { border-color: rgb(194,156,186); }

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