Html Css Color HEX #C29030 Hokey Pokey

📋 copy color: '#C29030'

red 194 ◦ green 144 ◦ blue 48

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

Shades of Hokey Pokey #C29030

Tints of Hokey Pokey #C29030

RGB

 RED value IS 194 (76.17% from 255) = 50.26%

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

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

R = 50.26%
G = 37.31%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C29030 (or 0xC29030) is known color: Hokey Pokey. HEX triplet: C2, 90 and 30. RGB value is (194,144,48). Sum of RGB (Red+Green+Blue) = 194+144+48=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 144 (56.64% from 255 or 37.31% from 386); Blue value is 48 (19.14% from 255 or 12.44% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C29030 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29030 is #3D6FCF. Grayscale: #949494. Windows color (decimal): -4026320 or 3182786. OLE color: 3182786.

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

Color convert

RGB 194 144 48 -
CMYK 0 0.26 0.75 0.24
HSL 39.45º 0.6% 0.47% -
HSV(B) 39.45º 0.75% 0.76% -
XYZ 32.75 31.63 7.17 -
YUV 148.01 71.57 160.81 -
System Red Green Blue C M Y K H S L
Decimal 194 144 48 0 0.26 0.75 0.24 39.45 0.6 0.47
Hex C2 90 30 0 1A 4B 18 27 3C 2F
Octal 302 220 60 0 32 113 30 47 74 57
Binary 11000010 10010000 110000 0 11010 1001011 11000 100111 111100 101111

Color Harmonies of #C29030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29030

Black with #C29030

Text Example


Text Example

White with #C29030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29030; }

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

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

background-color css

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

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

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

border-color css

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

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

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