Html Css Color HEX #C09230 Hokey Pokey

📋 copy color: '#C09230'

red 192 ◦ green 146 ◦ blue 48

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

Shades of Hokey Pokey #C09230

Tints of Hokey Pokey #C09230

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.82%

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

R = 49.74%
G = 37.82%
B = 12.44%

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

#C09230 (or 0xC09230) is known color: Hokey Pokey. HEX triplet: C0, 92 and 30. RGB value is (192,146,48). Sum of RGB (Red+Green+Blue) = 192+146+48=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 146 (57.42% from 255 or 37.82% from 386); Blue value is 48 (19.14% from 255 or 12.44% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C09230 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09230 is #3F6DCF. Grayscale: #959595. Windows color (decimal): -4156880 or 3183296. OLE color: 3183296.

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

Color convert

RGB 192 146 48 -
CMYK 0 0.24 0.75 0.25
HSL 40.83º 0.6% 0.47% -
HSV(B) 40.83º 0.75% 0.75% -
XYZ 32.55 31.98 7.25 -
YUV 148.58 71.24 158.97 -
System Red Green Blue C M Y K H S L
Decimal 192 146 48 0 0.24 0.75 0.25 40.83 0.6 0.47
Hex C0 92 30 0 18 4B 19 29 3C 2F
Octal 300 222 60 0 30 113 31 51 74 57
Binary 11000000 10010010 110000 0 11000 1001011 11001 101001 111100 101111

Color Harmonies of #C09230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09230

Black with #C09230

Text Example


Text Example

White with #C09230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09230; }

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

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

background-color css

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

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

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

border-color css

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

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

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