Html Css Color HEX #C59431 Hokey Pokey

📋 copy color: '#C59431'

red 197 ◦ green 148 ◦ blue 49

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

Shades of Hokey Pokey #C59431

Tints of Hokey Pokey #C59431

RGB

 RED value IS 197 (77.34% from 255) = 50%

 GREEN value IS 148 (58.2% from 255) = 37.56%

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

R = 50%
G = 37.56%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C59431 (or 0xC59431) is known color: Hokey Pokey. HEX triplet: C5, 94 and 31. RGB value is (197,148,49). Sum of RGB (Red+Green+Blue) = 197+148+49=394 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50% from 394); Green value is 148 (58.20% from 255 or 37.56% from 394); Blue value is 49 (19.53% from 255 or 12.44% from 394); Max value from RGB is 197 - color contains mainly: red. Hex color #C59431 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59431 is #3A6BCE. Grayscale: #979797. Windows color (decimal): -3828687 or 3249349. OLE color: 3249349.

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

Color convert

RGB 197 148 49 -
CMYK 0 0.25 0.75 0.23
HSL 40.14º 0.6% 0.48% -
HSV(B) 40.14º 0.75% 0.77% -
XYZ 34.17 33.27 7.53 -
YUV 151.37 70.23 160.55 -
System Red Green Blue C M Y K H S L
Decimal 197 148 49 0 0.25 0.75 0.23 40.14 0.6 0.48
Hex C5 94 31 0 19 4B 17 28 3C 30
Octal 305 224 61 0 31 113 27 50 74 60
Binary 11000101 10010100 110001 0 11001 1001011 10111 101000 111100 110000

Color Harmonies of #C59431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59431

Black with #C59431

Text Example


Text Example

White with #C59431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59431; }

 p { color: rgb(197,148,49); }

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

background-color css

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

 a { background-color: rgb(197,148,49); }

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

border-color css

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

 span { border-color: rgb(197,148,49); }

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