Html Css Color HEX #C09134 Hokey Pokey

📋 copy color: '#C09134'

red 192 ◦ green 145 ◦ blue 52

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

Shades of Hokey Pokey #C09134

Tints of Hokey Pokey #C09134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.37%

R = 49.36%
G = 37.28%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#C09134 (or 0xC09134) is known color: Hokey Pokey. HEX triplet: C0, 91 and 34. RGB value is (192,145,52). Sum of RGB (Red+Green+Blue) = 192+145+52=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 145 (57.03% from 255 or 37.28% from 389); Blue value is 52 (20.70% from 255 or 13.37% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C09134 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09134 is #3F6ECB. Grayscale: #949494. Windows color (decimal): -4157132 or 3445184. OLE color: 3445184.

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

Color convert

RGB 192 145 52 -
CMYK 0 0.24 0.73 0.25
HSL 39.86º 0.57% 0.48% -
HSV(B) 39.86º 0.73% 0.75% -
XYZ 32.48 31.71 7.66 -
YUV 148.45 73.57 159.06 -
System Red Green Blue C M Y K H S L
Decimal 192 145 52 0 0.24 0.73 0.25 39.86 0.57 0.48
Hex C0 91 34 0 18 49 19 28 39 30
Octal 300 221 64 0 30 111 31 50 71 60
Binary 11000000 10010001 110100 0 11000 1001001 11001 101000 111001 110000

Color Harmonies of #C09134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09134

Black with #C09134

Text Example


Text Example

White with #C09134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09134; }

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

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

background-color css

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

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

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

border-color css

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

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

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