Html Css Color HEX #C29536 Hokey Pokey

📋 copy color: '#C29536'

red 194 ◦ green 149 ◦ blue 54

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

Shades of Hokey Pokey #C29536

Tints of Hokey Pokey #C29536

RGB

 RED value IS 194 (76.17% from 255) = 48.87%

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

 BLUE value IS 54 (21.48% from 255) = 13.6%

R = 48.87%
G = 37.53%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C29536 (or 0xC29536) is known color: Hokey Pokey. HEX triplet: C2, 95 and 36. RGB value is (194,149,54). Sum of RGB (Red+Green+Blue) = 194+149+54=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 149 (58.59% from 255 or 37.53% from 397); Blue value is 54 (21.48% from 255 or 13.60% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C29536 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29536 is #3D6AC9. Grayscale: #989898. Windows color (decimal): -4025034 or 3577282. OLE color: 3577282.

HSL color Cylindrical-coordinate representation of color #C29536: hue angle of 40.71º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C29536 is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 149 54 -
CMYK 0 0.23 0.72 0.24
HSL 40.71º 0.56% 0.49% -
HSV(B) 40.71º 0.72% 0.76% -
XYZ 33.66 33.23 8.13 -
YUV 151.63 72.91 158.22 -
System Red Green Blue C M Y K H S L
Decimal 194 149 54 0 0.23 0.72 0.24 40.71 0.56 0.49
Hex C2 95 36 0 17 48 18 29 38 31
Octal 302 225 66 0 27 110 30 51 70 61
Binary 11000010 10010101 110110 0 10111 1001000 11000 101001 111000 110001

Color Harmonies of #C29536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29536

Black with #C29536

Text Example


Text Example

White with #C29536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29536; }

 p { color: rgb(194,149,54); }

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

background-color css

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

 a { background-color: rgb(194,149,54); }

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

border-color css

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

 span { border-color: rgb(194,149,54); }

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