Html Css Color HEX #C19032 Hokey Pokey

📋 copy color: '#C19032'

red 193 ◦ green 144 ◦ blue 50

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

Shades of Hokey Pokey #C19032

Tints of Hokey Pokey #C19032

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.21%

 BLUE value IS 50 (19.92% from 255) = 12.92%

R = 49.87%
G = 37.21%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C19032 (or 0xC19032) is known color: Hokey Pokey. HEX triplet: C1, 90 and 32. RGB value is (193,144,50). Sum of RGB (Red+Green+Blue) = 193+144+50=387 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.87% from 387); Green value is 144 (56.64% from 255 or 37.21% from 387); Blue value is 50 (19.92% from 255 or 12.92% from 387); Max value from RGB is 193 - color contains mainly: red. Hex color #C19032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19032 is #3E6FCD. Grayscale: #949494. Windows color (decimal): -4091854 or 3313857. OLE color: 3313857.

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

Color convert

RGB 193 144 50 -
CMYK 0 0.25 0.74 0.24
HSL 39.44º 0.59% 0.48% -
HSV(B) 39.44º 0.74% 0.76% -
XYZ 32.54 31.51 7.39 -
YUV 147.94 72.73 160.14 -
System Red Green Blue C M Y K H S L
Decimal 193 144 50 0 0.25 0.74 0.24 39.44 0.59 0.48
Hex C1 90 32 0 19 4A 18 27 3B 30
Octal 301 220 62 0 31 112 30 47 73 60
Binary 11000001 10010000 110010 0 11001 1001010 11000 100111 111011 110000

Color Harmonies of #C19032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19032

Black with #C19032

Text Example


Text Example

White with #C19032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19032; }

 p { color: rgb(193,144,50); }

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

background-color css

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

 a { background-color: rgb(193,144,50); }

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

border-color css

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

 span { border-color: rgb(193,144,50); }

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