Html Css Color HEX #C09030 Hokey Pokey

📋 copy color: '#C09030'

red 192 ◦ green 144 ◦ blue 48

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

Shades of Hokey Pokey #C09030

Tints of Hokey Pokey #C09030

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.5%

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

R = 50%
G = 37.5%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#C09030 (or 0xC09030) is known color: Hokey Pokey. HEX triplet: C0, 90 and 30. RGB value is (192,144,48). Sum of RGB (Red+Green+Blue) = 192+144+48=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 144 (56.64% from 255 or 37.5% from 384); Blue value is 48 (19.14% from 255 or 12.5% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C09030 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09030 is #3F6FCF. Grayscale: #939393. Windows color (decimal): -4157392 or 3182784. OLE color: 3182784.

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

Color convert

RGB 192 144 48 -
CMYK 0 0.25 0.75 0.25
HSL 40º 0.6% 0.47% -
HSV(B) 40º 0.75% 0.75% -
XYZ 32.24 31.37 7.15 -
YUV 147.41 71.9 159.81 -
System Red Green Blue C M Y K H S L
Decimal 192 144 48 0 0.25 0.75 0.25 40 0.6 0.47
Hex C0 90 30 0 19 4B 19 28 3C 2F
Octal 300 220 60 0 31 113 31 50 74 57
Binary 11000000 10010000 110000 0 11001 1001011 11001 101000 111100 101111

Color Harmonies of #C09030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09030

Black with #C09030

Text Example


Text Example

White with #C09030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09030; }

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

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

background-color css

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

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

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

border-color css

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

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

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