Html Css Color HEX #C19534 Hokey Pokey

📋 copy color: '#C19534'

red 193 ◦ green 149 ◦ blue 52

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

Shades of Hokey Pokey #C19534

Tints of Hokey Pokey #C19534

RGB

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

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

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

R = 48.98%
G = 37.82%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C19534 (or 0xC19534) is known color: Hokey Pokey. HEX triplet: C1, 95 and 34. RGB value is (193,149,52). Sum of RGB (Red+Green+Blue) = 193+149+52=394 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.98% from 394); Green value is 149 (58.59% from 255 or 37.82% from 394); Blue value is 52 (20.70% from 255 or 13.20% from 394); Max value from RGB is 193 - color contains mainly: red. Hex color #C19534 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19534 is #3E6ACB. Grayscale: #979797. Windows color (decimal): -4090572 or 3446209. OLE color: 3446209.

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

Color convert

RGB 193 149 52 -
CMYK 0 0.23 0.73 0.24
HSL 41.28º 0.58% 0.48% -
HSV(B) 41.28º 0.73% 0.76% -
XYZ 33.36 33.08 7.88 -
YUV 151.1 72.08 157.89 -
System Red Green Blue C M Y K H S L
Decimal 193 149 52 0 0.23 0.73 0.24 41.28 0.58 0.48
Hex C1 95 34 0 17 49 18 29 3A 30
Octal 301 225 64 0 27 111 30 51 72 60
Binary 11000001 10010101 110100 0 10111 1001001 11000 101001 111010 110000

Color Harmonies of #C19534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19534

Black with #C19534

Text Example


Text Example

White with #C19534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19534; }

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

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

background-color css

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

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

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

border-color css

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

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

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