Html Css Color HEX #C19532 Hokey Pokey

📋 copy color: '#C19532'

red 193 ◦ green 149 ◦ blue 50

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

Shades of Hokey Pokey #C19532

Tints of Hokey Pokey #C19532

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.01%

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

R = 49.23%
G = 38.01%
B = 12.76%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C19532 (or 0xC19532) is known color: Hokey Pokey. HEX triplet: C1, 95 and 32. RGB value is (193,149,50). Sum of RGB (Red+Green+Blue) = 193+149+50=392 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.23% from 392); Green value is 149 (58.59% from 255 or 38.01% from 392); Blue value is 50 (19.92% from 255 or 12.76% from 392); Max value from RGB is 193 - color contains mainly: red. Hex color #C19532 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19532 is #3E6ACD. Grayscale: #979797. Windows color (decimal): -4090574 or 3315137. OLE color: 3315137.

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

Color convert

RGB 193 149 50 -
CMYK 0 0.23 0.74 0.24
HSL 41.54º 0.59% 0.48% -
HSV(B) 41.54º 0.74% 0.76% -
XYZ 33.32 33.06 7.64 -
YUV 150.87 71.08 158.05 -
System Red Green Blue C M Y K H S L
Decimal 193 149 50 0 0.23 0.74 0.24 41.54 0.59 0.48
Hex C1 95 32 0 17 4A 18 2A 3B 30
Octal 301 225 62 0 27 112 30 52 73 60
Binary 11000001 10010101 110010 0 10111 1001010 11000 101010 111011 110000

Color Harmonies of #C19532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19532

Black with #C19532

Text Example


Text Example

White with #C19532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19532; }

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

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

background-color css

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

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

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

border-color css

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

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

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