Html Css Color HEX #C29CB4 Lily

📋 copy color: '#C29CB4'

red 194 ◦ green 156 ◦ blue 180

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

Shades of Lily #C29CB4

Tints of Lily #C29CB4

RGB

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

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

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

R = 36.6%
G = 29.43%
B = 33.96%

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

#C29CB4 (or 0xC29CB4) is known color: Lily. HEX triplet: C2, 9C and B4. RGB value is (194,156,180). Sum of RGB (Red+Green+Blue) = 194+156+180=530 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.60% from 530); Green value is 156 (61.33% from 255 or 29.43% from 530); Blue value is 180 (70.70% from 255 or 33.96% from 530); Max value from RGB is 194 - color contains mainly: red. Hex color #C29CB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29CB4 is #3D634B. Grayscale: #AAAAAA. Windows color (decimal): -4023116 or 11836610. OLE color: 11836610.

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

Color convert

RGB 194 156 180 -
CMYK 0 0.20 0.07 0.24
HSL 322.11º 0.24% 0.69% -
HSV(B) 322.11º 0.2% 0.76% -
XYZ 42.37 38.54 48.39 -
YUV 170.1 133.59 145.05 -
System Red Green Blue C M Y K H S L
Decimal 194 156 180 0 0.20 0.07 0.24 322.11 0.24 0.69
Hex C2 9C B4 0 14 7 18 142 18 45
Octal 302 234 264 0 24 7 30 502 30 105
Binary 11000010 10011100 10110100 0 10100 111 11000 101000010 11000 1000101

Color Harmonies of #C29CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29CB4

Black with #C29CB4

Text Example


Text Example

White with #C29CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29CB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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