Html Css Color HEX #C19034 Hokey Pokey

📋 copy color: '#C19034'

red 193 ◦ green 144 ◦ blue 52

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

Shades of Hokey Pokey #C19034

Tints of Hokey Pokey #C19034

RGB

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

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

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

R = 49.61%
G = 37.02%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C19034 (or 0xC19034) is known color: Hokey Pokey. HEX triplet: C1, 90 and 34. RGB value is (193,144,52). Sum of RGB (Red+Green+Blue) = 193+144+52=389 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.61% from 389); Green value is 144 (56.64% from 255 or 37.02% from 389); Blue value is 52 (20.70% from 255 or 13.37% from 389); Max value from RGB is 193 - color contains mainly: red. Hex color #C19034 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19034 is #3E6FCB. Grayscale: #949494. Windows color (decimal): -4091852 or 3444929. OLE color: 3444929.

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

Color convert

RGB 193 144 52 -
CMYK 0 0.25 0.73 0.24
HSL 39.15º 0.58% 0.48% -
HSV(B) 39.15º 0.73% 0.76% -
XYZ 32.59 31.53 7.62 -
YUV 148.16 73.73 159.98 -
System Red Green Blue C M Y K H S L
Decimal 193 144 52 0 0.25 0.73 0.24 39.15 0.58 0.48
Hex C1 90 34 0 19 49 18 27 3A 30
Octal 301 220 64 0 31 111 30 47 72 60
Binary 11000001 10010000 110100 0 11001 1001001 11000 100111 111010 110000

Color Harmonies of #C19034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19034

Black with #C19034

Text Example


Text Example

White with #C19034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19034; }

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

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

background-color css

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

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

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

border-color css

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

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

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