Html Css Color HEX #C09130 Hokey Pokey

📋 copy color: '#C09130'

red 192 ◦ green 145 ◦ blue 48

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

Shades of Hokey Pokey #C09130

Tints of Hokey Pokey #C09130

RGB

 RED value IS 192 (75.39% from 255) = 49.87%

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

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

R = 49.87%
G = 37.66%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#C09130 (or 0xC09130) is known color: Hokey Pokey. HEX triplet: C0, 91 and 30. RGB value is (192,145,48). Sum of RGB (Red+Green+Blue) = 192+145+48=385 (50% of max value = 765). Red value is 192 (75.39% from 255 or 49.87% from 385); Green value is 145 (57.03% from 255 or 37.66% from 385); Blue value is 48 (19.14% from 255 or 12.47% from 385); Max value from RGB is 192 - color contains mainly: red. Hex color #C09130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09130 is #3F6ECF. Grayscale: #949494. Windows color (decimal): -4157136 or 3183040. OLE color: 3183040.

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

Color convert

RGB 192 145 48 -
CMYK 0 0.24 0.75 0.25
HSL 40.42º 0.6% 0.47% -
HSV(B) 40.42º 0.75% 0.75% -
XYZ 32.4 31.67 7.2 -
YUV 148 71.57 159.39 -
System Red Green Blue C M Y K H S L
Decimal 192 145 48 0 0.24 0.75 0.25 40.42 0.6 0.47
Hex C0 91 30 0 18 4B 19 28 3C 2F
Octal 300 221 60 0 30 113 31 50 74 57
Binary 11000000 10010001 110000 0 11000 1001011 11001 101000 111100 101111

Color Harmonies of #C09130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09130

Black with #C09130

Text Example


Text Example

White with #C09130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09130; }

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

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

background-color css

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

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

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

border-color css

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

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

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