Html Css Color HEX #C09532 Hokey Pokey

📋 copy color: '#C09532'

red 192 ◦ green 149 ◦ blue 50

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

Shades of Hokey Pokey #C09532

Tints of Hokey Pokey #C09532

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.11%

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

R = 49.1%
G = 38.11%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C09532 (or 0xC09532) is known color: Hokey Pokey. HEX triplet: C0, 95 and 32. RGB value is (192,149,50). Sum of RGB (Red+Green+Blue) = 192+149+50=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 149 (58.59% from 255 or 38.11% from 391); Blue value is 50 (19.92% from 255 or 12.79% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C09532 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09532 is #3F6ACD. Grayscale: #979797. Windows color (decimal): -4156110 or 3315136. OLE color: 3315136.

HSL color Cylindrical-coordinate representation of color #C09532: hue angle of 41.83º 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 #C09532 is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 149 50 -
CMYK 0 0.22 0.74 0.25
HSL 41.83º 0.59% 0.47% -
HSV(B) 41.83º 0.74% 0.75% -
XYZ 33.06 32.93 7.63 -
YUV 150.57 71.25 157.55 -
System Red Green Blue C M Y K H S L
Decimal 192 149 50 0 0.22 0.74 0.25 41.83 0.59 0.47
Hex C0 95 32 0 16 4A 19 2A 3B 2F
Octal 300 225 62 0 26 112 31 52 73 57
Binary 11000000 10010101 110010 0 10110 1001010 11001 101010 111011 101111

Color Harmonies of #C09532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09532

Black with #C09532

Text Example


Text Example

White with #C09532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09532; }

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

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

background-color css

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

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

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

border-color css

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

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

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