#C09A38

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

Shades of Hokey Pokey #C09A38

Tints of Hokey Pokey #C09A38

Color information

#C09A38 (or 0xC09A38) is unknown color: approx Hokey Pokey. HEX triplet: C0, 9A and 38. RGB value is (192,154,56). Sum of RGB (Red+Green+Blue) = 192+154+56=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 154 (60.55% from 255 or 38.31% from 402); Blue value is 56 (22.27% from 255 or 13.93% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C09A38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09A38 is #3F65C7. Grayscale: #9A9A9A. Windows color (decimal): -4154824 or 3709632. OLE color: 3709632.

HSL color Cylindrical-coordinate representation of color #C09A38: hue angle of 43.24º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C09A38 is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB19215456-
CMYK00.200.710.25
HSL43.24º54.84%48.63%-
HSV(B)43.24º70.83%75.29%-
XYZ34.0134.68.63-
YUV154.1972.59154.97-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.76%
GREEN value IS 154 (60.55% from 255) = 38.31%
BLUE value IS 56 (22.27% from 255) = 13.93%
R=47.76%
G=38.31%
B=13.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921545600.200.710.2543.2454.8448.63
HexC09A3801447192b3731
Octal3002327002410731536761
Binary1100000010011010111000010100100011111001101011110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09A38; }

 p { color: rgb(192,154,56); }

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

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

 a { background-color: rgb(192,154,56); }

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

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

 span { border-color: rgb(192,154,56); }

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