Html Css Color HEX #C59130 Hokey Pokey

📋 copy color: '#C59130'

red 197 ◦ green 145 ◦ blue 48

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

Shades of Hokey Pokey #C59130

Tints of Hokey Pokey #C59130

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.18%

 BLUE value IS 48 (19.14% from 255) = 12.31%

R = 50.51%
G = 37.18%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C59130 (or 0xC59130) is known color: Hokey Pokey. HEX triplet: C5, 91 and 30. RGB value is (197,145,48). Sum of RGB (Red+Green+Blue) = 197+145+48=390 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.51% from 390); Green value is 145 (57.03% from 255 or 37.18% from 390); Blue value is 48 (19.14% from 255 or 12.31% from 390); Max value from RGB is 197 - color contains mainly: red. Hex color #C59130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59130 is #3A6ECF. Grayscale: #959595. Windows color (decimal): -3829456 or 3183045. OLE color: 3183045.

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

Color convert

RGB 197 145 48 -
CMYK 0 0.26 0.76 0.23
HSL 39.06º 0.61% 0.48% -
HSV(B) 39.06º 0.76% 0.77% -
XYZ 33.68 32.33 7.26 -
YUV 149.49 70.73 161.89 -
System Red Green Blue C M Y K H S L
Decimal 197 145 48 0 0.26 0.76 0.23 39.06 0.61 0.48
Hex C5 91 30 0 1A 4C 17 27 3D 30
Octal 305 221 60 0 32 114 27 47 75 60
Binary 11000101 10010001 110000 0 11010 1001100 10111 100111 111101 110000

Color Harmonies of #C59130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59130

Black with #C59130

Text Example


Text Example

White with #C59130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59130; }

 p { color: rgb(197,145,48); }

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

background-color css

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

 a { background-color: rgb(197,145,48); }

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

border-color css

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

 span { border-color: rgb(197,145,48); }

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