#C29434

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

Shades of Hokey Pokey #C29434

Tints of Hokey Pokey #C29434

Color information

#C29434 (or 0xC29434) is unknown color: approx Hokey Pokey. HEX triplet: C2, 94 and 34. RGB value is (194,148,52). Sum of RGB (Red+Green+Blue) = 194+148+52=394 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.24% from 394); Green value is 148 (58.20% from 255 or 37.56% from 394); Blue value is 52 (20.70% from 255 or 13.20% from 394); Max value from RGB is 194 - color contains mainly: red. Hex color #C29434 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29434 is #3D6BCB. Grayscale: #979797. Windows color (decimal): -4025292 or 3445954. OLE color: 3445954.

HSL color Cylindrical-coordinate representation of color #C29434: hue angle of 40.56º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C29434 is Cyan = 0, Magento = 0.24, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB19414852-
CMYK00.240.730.24
HSL40.56º57.72%48.24%-
HSV(B)40.56º73.2%76.08%-
XYZ33.4632.97.84-
YUV150.8172.24158.81-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.24%
GREEN value IS 148 (58.20% from 255) = 37.56%
BLUE value IS 52 (20.70% from 255) = 13.20%
R=49.24%
G=37.56%
B=13.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941485200.240.730.2440.5657.7248.24
HexC294340184918293a30
Octal3022246403011130517260
Binary1100001010010100110100011000100100111000101001111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29434; }

 p { color: rgb(194,148,52); }

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

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

 a { background-color: rgb(194,148,52); }

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

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

 span { border-color: rgb(194,148,52); }

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