Html Css Color HEX #C19934 Hokey Pokey

📋 copy color: '#C19934'

red 193 ◦ green 153 ◦ blue 52

#C19934
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hokey Pokey #C19934

Tints of Hokey Pokey #C19934

RGB

 RED value IS 193 (75.78% from 255) = 48.49%

 GREEN value IS 153 (60.16% from 255) = 38.44%

 BLUE value IS 52 (20.7% from 255) = 13.07%

R = 48.49%
G = 38.44%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C19934 (or 0xC19934) is known color: Hokey Pokey. HEX triplet: C1, 99 and 34. RGB value is (193,153,52). Sum of RGB (Red+Green+Blue) = 193+153+52=398 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.49% from 398); Green value is 153 (60.16% from 255 or 38.44% from 398); Blue value is 52 (20.70% from 255 or 13.07% from 398); Max value from RGB is 193 - color contains mainly: red. Hex color #C19934 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19934 is #3E66CB. Grayscale: #999999. Windows color (decimal): -4089548 or 3447233. OLE color: 3447233.

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

Color convert

RGB 193 153 52 -
CMYK 0 0.21 0.73 0.24
HSL 42.98º 0.58% 0.48% -
HSV(B) 42.98º 0.73% 0.76% -
XYZ 34 34.37 8.09 -
YUV 153.45 70.75 156.21 -
System Red Green Blue C M Y K H S L
Decimal 193 153 52 0 0.21 0.73 0.24 42.98 0.58 0.48
Hex C1 99 34 0 15 49 18 2B 3A 30
Octal 301 231 64 0 25 111 30 53 72 60
Binary 11000001 10011001 110100 0 10101 1001001 11000 101011 111010 110000

Color Harmonies of #C19934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19934

Black with #C19934

Text Example


Text Example

White with #C19934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19934; }

 p { color: rgb(193,153,52); }

 H1.HeaderClassName
 {
   color: #C19934;
 }
 .AnyTagClassName
 {
   color: #C19934;
 }
</style>

background-color css

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

 a { background-color: rgb(193,153,52); }

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

border-color css

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

 span { border-color: rgb(193,153,52); }

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