#C48F33

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

Shades of Hokey Pokey #C48F33

Tints of Hokey Pokey #C48F33

Color information

#C48F33 (or 0xC48F33) is unknown color: approx Hokey Pokey. HEX triplet: C4, 8F and 33. RGB value is (196,143,51). Sum of RGB (Red+Green+Blue) = 196+143+51=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 143 (56.25% from 255 or 36.67% from 390); Blue value is 51 (20.31% from 255 or 13.08% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C48F33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48F33 is #3B70CC. Grayscale: #949494. Windows color (decimal): -3895501 or 3379140. OLE color: 3379140.

HSL color Cylindrical-coordinate representation of color #C48F33: hue angle of 38.07º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C48F33 is Cyan = 0, Magento = 0.27, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB19614351-
CMYK00.270.740.23
HSL38.07º58.7%48.43%-
HSV(B)38.07º73.98%76.86%-
XYZ33.1831.627.49-
YUV148.3673.06161.98-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.26%
GREEN value IS 143 (56.25% from 255) = 36.67%
BLUE value IS 51 (20.31% from 255) = 13.08%
R=50.26%
G=36.67%
B=13.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.74
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961435100.270.740.2338.0758.748.43
HexC48F3301B4A17263b30
Octal3042176303311227467360
Binary1100010010001111110011011011100101010111100110111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48F33; }

 p { color: rgb(196,143,51); }

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

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

 a { background-color: rgb(196,143,51); }

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

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

 span { border-color: rgb(196,143,51); }

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