#C19A35

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

Shades of Hokey Pokey #C19A35

Tints of Hokey Pokey #C19A35

Color information

#C19A35 (or 0xC19A35) is unknown color: approx Hokey Pokey. HEX triplet: C1, 9A and 35. RGB value is (193,154,53). Sum of RGB (Red+Green+Blue) = 193+154+53=400 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.25% from 400); Green value is 154 (60.55% from 255 or 38.5% from 400); Blue value is 53 (21.09% from 255 or 13.25% from 400); Max value from RGB is 193 - color contains mainly: red. Hex color #C19A35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19A35 is #3E65CA. Grayscale: #9A9A9A. Windows color (decimal): -4089291 or 3513025. OLE color: 3513025.

HSL color Cylindrical-coordinate representation of color #C19A35: hue angle of 43.29º 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 #C19A35 is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB19315453-
CMYK00.200.730.24
HSL43.29º56.91%48.24%-
HSV(B)43.29º72.54%75.69%-
XYZ34.1934.718.26-
YUV154.1570.92155.71-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.25%
GREEN value IS 154 (60.55% from 255) = 38.5%
BLUE value IS 53 (21.09% from 255) = 13.25%
R=48.25%
G=38.5%
B=13.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931545300.200.730.2443.2956.9148.24
HexC19A3501449182b3930
Octal3012326502411130537160
Binary1100000110011010110101010100100100111000101011111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19A35; }

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

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

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

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

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

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

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

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