#C28F32

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

Shades of Hokey Pokey #C28F32

Tints of Hokey Pokey #C28F32

Color information

#C28F32 (or 0xC28F32) is unknown color: approx Hokey Pokey. HEX triplet: C2, 8F and 32. RGB value is (194,143,50). Sum of RGB (Red+Green+Blue) = 194+143+50=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 143 (56.25% from 255 or 36.95% from 387); Blue value is 50 (19.92% from 255 or 12.92% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C28F32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28F32 is #3D70CD. Grayscale: #949494. Windows color (decimal): -4026574 or 3313602. OLE color: 3313602.

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

Color convert

RGB19414350-
CMYK00.260.740.24
HSL38.75º59.02%47.84%-
HSV(B)38.75º74.23%76.08%-
XYZ32.6531.347.35-
YUV147.6572.9161.06-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50.13%
GREEN value IS 143 (56.25% from 255) = 36.95%
BLUE value IS 50 (19.92% from 255) = 12.92%
R=50.13%
G=36.95%
B=12.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941435000.260.740.2438.7559.0247.84
HexC28F3201A4A18273b30
Octal3022176203211230477360
Binary1100001010001111110010011010100101011000100111111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28F32; }

 p { color: rgb(194,143,50); }

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

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

 a { background-color: rgb(194,143,50); }

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

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

 span { border-color: rgb(194,143,50); }

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