Html Css Color HEX #C09330 Hokey Pokey

📋 copy color: '#C09330'

red 192 ◦ green 147 ◦ blue 48

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

Shades of Hokey Pokey #C09330

Tints of Hokey Pokey #C09330

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.98%

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

R = 49.61%
G = 37.98%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#C09330 (or 0xC09330) is known color: Hokey Pokey. HEX triplet: C0, 93 and 30. RGB value is (192,147,48). Sum of RGB (Red+Green+Blue) = 192+147+48=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 147 (57.81% from 255 or 37.98% from 387); Blue value is 48 (19.14% from 255 or 12.40% from 387); Max value from RGB is 192 - color contains mainly: red. Hex color #C09330 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09330 is #3F6CCF. Grayscale: #959595. Windows color (decimal): -4156624 or 3183552. OLE color: 3183552.

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

Color convert

RGB 192 147 48 -
CMYK 0 0.23 0.75 0.25
HSL 41.25º 0.6% 0.47% -
HSV(B) 41.25º 0.75% 0.75% -
XYZ 32.71 32.29 7.3 -
YUV 149.17 70.91 158.55 -
System Red Green Blue C M Y K H S L
Decimal 192 147 48 0 0.23 0.75 0.25 41.25 0.6 0.47
Hex C0 93 30 0 17 4B 19 29 3C 2F
Octal 300 223 60 0 27 113 31 51 74 57
Binary 11000000 10010011 110000 0 10111 1001011 11001 101001 111100 101111

Color Harmonies of #C09330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09330

Black with #C09330

Text Example


Text Example

White with #C09330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09330; }

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

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

background-color css

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

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

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

border-color css

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

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

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