#c29d9c

Color #C29D9C Eunry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eunry #C29D9C

Tints of Eunry #C29D9C

Color information

#C29D9C (or 0xC29D9C) is unknown color: approx Eunry. HEX triplet: C2, 9D and 9C. RGB value is (194,157,156). Sum of RGB (Red+Green+Blue) = 194+157+156=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 157 (61.72% from 255 or 30.97% from 507); Blue value is 156 (61.33% from 255 or 30.77% from 507); Max value from RGB is 194 - color contains mainly: red. Hex color #C29D9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29D9C is #3D6263. Grayscale: #A7A7A7. Windows color (decimal): -4022884 or 10264002. OLE color: 10264002.

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

Color convert

RGB194157156-
CMYK00.190.200.24
HSL1.58º23.75%68.63%-
HSV(B)1.58º19.59%76.08%-
XYZ40.3137.9836.66-
YUV167.95121.26146.58-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.26%
GREEN value IS 157 (61.72% from 255) = 30.97%
BLUE value IS 156 (61.33% from 255) = 30.77%
R=38.26%
G=30.97%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415715600.190.200.241.5823.7568.63
HexC29D9C013141821845
Octal3022352340232430230105
Binary110000101001110110011100010011101001100010110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c29d9c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c29d9c; }

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

 H1.HeaderClassName
 {
   color: #c29d9c;
 }
 .AnyTagClassName
 {
   color: #c29d9c;
 }
</style>
background-color css

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

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

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

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

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

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