#c19435

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

Shades of Hokey Pokey #C19435

Tints of Hokey Pokey #C19435

Color information

#C19435 (or 0xC19435) is unknown color: approx Hokey Pokey. HEX triplet: C1, 94 and 35. RGB value is (193,148,53). Sum of RGB (Red+Green+Blue) = 193+148+53=394 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.98% from 394); Green value is 148 (58.20% from 255 or 37.56% from 394); Blue value is 53 (21.09% from 255 or 13.45% from 394); Max value from RGB is 193 - color contains mainly: red. Hex color #C19435 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19435 is #3E6BCA. Grayscale: #979797. Windows color (decimal): -4090827 or 3511489. OLE color: 3511489.

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

Color convert

RGB19314853-
CMYK00.230.730.24
HSL40.71º56.91%48.24%-
HSV(B)40.71º72.54%75.69%-
XYZ33.2232.777.94-
YUV150.6272.91158.22-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.98%
GREEN value IS 148 (58.20% from 255) = 37.56%
BLUE value IS 53 (21.09% from 255) = 13.45%
R=48.98%
G=37.56%
B=13.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931485300.230.730.2440.7156.9148.24
HexC194350174918293930
Octal3012246502711130517160
Binary1100000110010100110101010111100100111000101001111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c19435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c19435; }

 p { color: rgb(193,148,53); }

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

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

 a { background-color: rgb(193,148,53); }

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

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

 span { border-color: rgb(193,148,53); }

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