#C29936

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

Shades of Hokey Pokey #C29936

Tints of Hokey Pokey #C29936

Color information

#C29936 (or 0xC29936) is unknown color: approx Hokey Pokey. HEX triplet: C2, 99 and 36. RGB value is (194,153,54). Sum of RGB (Red+Green+Blue) = 194+153+54=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 153 (60.16% from 255 or 38.15% from 401); Blue value is 54 (21.48% from 255 or 13.47% from 401); Max value from RGB is 194 - color contains mainly: red. Hex color #C29936 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29936 is #3D66C9. Grayscale: #9A9A9A. Windows color (decimal): -4024010 or 3578306. OLE color: 3578306.

HSL color Cylindrical-coordinate representation of color #C29936: hue angle of 42.43º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C29936 is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB19415354-
CMYK00.210.720.24
HSL42.43º56.45%48.63%-
HSV(B)42.43º72.16%76.08%-
XYZ34.3134.528.34-
YUV153.9771.58156.55-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.38%
GREEN value IS 153 (60.16% from 255) = 38.15%
BLUE value IS 54 (21.48% from 255) = 13.47%
R=48.38%
G=38.15%
B=13.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.72
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941535400.210.720.2442.4356.4548.63
HexC2993601548182a3831
Octal3022316602511030527061
Binary1100001010011001110110010101100100011000101010111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29936; }

 p { color: rgb(194,153,54); }

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

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

 a { background-color: rgb(194,153,54); }

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

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

 span { border-color: rgb(194,153,54); }

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