#C18D2F

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

Shades of Hokey Pokey #C18D2F

Tints of Hokey Pokey #C18D2F

Color information

#C18D2F (or 0xC18D2F) is unknown color: approx Hokey Pokey. HEX triplet: C1, 8D and 2F. RGB value is (193,141,47). Sum of RGB (Red+Green+Blue) = 193+141+47=381 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.66% from 381); Green value is 141 (55.47% from 255 or 37.01% from 381); Blue value is 47 (18.75% from 255 or 12.34% from 381); Max value from RGB is 193 - color contains mainly: red. Hex color #C18D2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18D2F is #3E72D0. Grayscale: #929292. Windows color (decimal): -4092625 or 3116481. OLE color: 3116481.

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

Color convert

RGB19314147-
CMYK00.270.760.24
HSL38.63º60.83%47.06%-
HSV(B)38.63º75.65%75.69%-
XYZ32.0330.596.91-
YUV145.8372.23161.64-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.66%
GREEN value IS 141 (55.47% from 255) = 37.01%
BLUE value IS 47 (18.75% from 255) = 12.34%
R=50.66%
G=37.01%
B=12.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.76
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931414700.270.760.2438.6360.8347.06
HexC18D2F01B4C18273d2f
Octal3012155703311430477557
Binary1100000110001101101111011011100110011000100111111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18D2F; }

 p { color: rgb(193,141,47); }

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

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

 a { background-color: rgb(193,141,47); }

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

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

 span { border-color: rgb(193,141,47); }

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