Html Css Color HEX #C09132 Hokey Pokey

📋 copy color: '#C09132'

red 192 ◦ green 145 ◦ blue 50

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

Shades of Hokey Pokey #C09132

Tints of Hokey Pokey #C09132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.92%

R = 49.61%
G = 37.47%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C09132 (or 0xC09132) is known color: Hokey Pokey. HEX triplet: C0, 91 and 32. RGB value is (192,145,50). Sum of RGB (Red+Green+Blue) = 192+145+50=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 145 (57.03% from 255 or 37.47% from 387); Blue value is 50 (19.92% from 255 or 12.92% from 387); Max value from RGB is 192 - color contains mainly: red. Hex color #C09132 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09132 is #3F6ECD. Grayscale: #949494. Windows color (decimal): -4157134 or 3314112. OLE color: 3314112.

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

Color convert

RGB 192 145 50 -
CMYK 0 0.24 0.74 0.25
HSL 40.14º 0.59% 0.47% -
HSV(B) 40.14º 0.74% 0.75% -
XYZ 32.44 31.69 7.42 -
YUV 148.22 72.57 159.22 -
System Red Green Blue C M Y K H S L
Decimal 192 145 50 0 0.24 0.74 0.25 40.14 0.59 0.47
Hex C0 91 32 0 18 4A 19 28 3B 2F
Octal 300 221 62 0 30 112 31 50 73 57
Binary 11000000 10010001 110010 0 11000 1001010 11001 101000 111011 101111

Color Harmonies of #C09132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09132

Black with #C09132

Text Example


Text Example

White with #C09132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09132; }

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

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

background-color css

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

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

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

border-color css

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

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

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