Html Css Color HEX #C29231 Hokey Pokey

📋 copy color: '#C29231'

red 194 ◦ green 146 ◦ blue 49

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

Shades of Hokey Pokey #C29231

Tints of Hokey Pokey #C29231

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.53%

 BLUE value IS 49 (19.53% from 255) = 12.6%

R = 49.87%
G = 37.53%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C29231 (or 0xC29231) is known color: Hokey Pokey. HEX triplet: C2, 92 and 31. RGB value is (194,146,49). Sum of RGB (Red+Green+Blue) = 194+146+49=389 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.87% from 389); Green value is 146 (57.42% from 255 or 37.53% from 389); Blue value is 49 (19.53% from 255 or 12.60% from 389); Max value from RGB is 194 - color contains mainly: red. Hex color #C29231 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29231 is #3D6DCE. Grayscale: #959595. Windows color (decimal): -4025807 or 3248834. OLE color: 3248834.

HSL color Cylindrical-coordinate representation of color #C29231: hue angle of 40.14º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C29231 is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 146 49 -
CMYK 0 0.25 0.75 0.24
HSL 40.14º 0.6% 0.48% -
HSV(B) 40.14º 0.75% 0.76% -
XYZ 33.08 32.25 7.39 -
YUV 149.29 71.4 159.89 -
System Red Green Blue C M Y K H S L
Decimal 194 146 49 0 0.25 0.75 0.24 40.14 0.6 0.48
Hex C2 92 31 0 19 4B 18 28 3C 30
Octal 302 222 61 0 31 113 30 50 74 60
Binary 11000010 10010010 110001 0 11001 1001011 11000 101000 111100 110000

Color Harmonies of #C29231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29231

Black with #C29231

Text Example


Text Example

White with #C29231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29231; }

 p { color: rgb(194,146,49); }

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

background-color css

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

 a { background-color: rgb(194,146,49); }

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

border-color css

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

 span { border-color: rgb(194,146,49); }

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