Html Css Color HEX #C29330 Hokey Pokey

📋 copy color: '#C29330'

red 194 ◦ green 147 ◦ blue 48

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

Shades of Hokey Pokey #C29330

Tints of Hokey Pokey #C29330

RGB

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

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

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

R = 49.87%
G = 37.79%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C29330 (or 0xC29330) is known color: Hokey Pokey. HEX triplet: C2, 93 and 30. RGB value is (194,147,48). Sum of RGB (Red+Green+Blue) = 194+147+48=389 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.87% from 389); Green value is 147 (57.81% from 255 or 37.79% from 389); Blue value is 48 (19.14% from 255 or 12.34% from 389); Max value from RGB is 194 - color contains mainly: red. Hex color #C29330 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29330 is #3D6CCF. Grayscale: #969696. Windows color (decimal): -4025552 or 3183554. OLE color: 3183554.

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

Color convert

RGB 194 147 48 -
CMYK 0 0.24 0.75 0.24
HSL 40.68º 0.6% 0.47% -
HSV(B) 40.68º 0.75% 0.76% -
XYZ 33.22 32.55 7.33 -
YUV 149.77 70.57 159.55 -
System Red Green Blue C M Y K H S L
Decimal 194 147 48 0 0.24 0.75 0.24 40.68 0.6 0.47
Hex C2 93 30 0 18 4B 18 29 3C 2F
Octal 302 223 60 0 30 113 30 51 74 57
Binary 11000010 10010011 110000 0 11000 1001011 11000 101001 111100 101111

Color Harmonies of #C29330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29330

Black with #C29330

Text Example


Text Example

White with #C29330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29330; }

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

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

background-color css

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

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

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

border-color css

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

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

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