Html Css Color HEX #C29BB4 Lily

📋 copy color: '#C29BB4'

red 194 ◦ green 155 ◦ blue 180

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

Shades of Lily #C29BB4

Tints of Lily #C29BB4

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.3%

 BLUE value IS 180 (70.7% from 255) = 34.03%

R = 36.67%
G = 29.3%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C29BB4 (or 0xC29BB4) is known color: Lily. HEX triplet: C2, 9B and B4. RGB value is (194,155,180). Sum of RGB (Red+Green+Blue) = 194+155+180=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 155 (60.94% from 255 or 29.30% from 529); Blue value is 180 (70.70% from 255 or 34.03% from 529); Max value from RGB is 194 - color contains mainly: red. Hex color #C29BB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29BB4 is #3D644B. Grayscale: #A9A9A9. Windows color (decimal): -4023372 or 11836354. OLE color: 11836354.

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

Color convert

RGB 194 155 180 -
CMYK 0 0.20 0.07 0.24
HSL 321.54º 0.24% 0.68% -
HSV(B) 321.54º 0.2% 0.76% -
XYZ 42.21 38.21 48.33 -
YUV 169.51 133.92 145.47 -
System Red Green Blue C M Y K H S L
Decimal 194 155 180 0 0.20 0.07 0.24 321.54 0.24 0.68
Hex C2 9B B4 0 14 7 18 142 18 44
Octal 302 233 264 0 24 7 30 502 30 104
Binary 11000010 10011011 10110100 0 10100 111 11000 101000010 11000 1000100

Color Harmonies of #C29BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29BB4

Black with #C29BB4

Text Example


Text Example

White with #C29BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29BB4; }

 p { color: rgb(194,155,180); }

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

background-color css

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

 a { background-color: rgb(194,155,180); }

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

border-color css

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

 span { border-color: rgb(194,155,180); }

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