Html Css Color HEX #C29638 Hokey Pokey

📋 copy color: '#C29638'

red 194 ◦ green 150 ◦ blue 56

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

Shades of Hokey Pokey #C29638

Tints of Hokey Pokey #C29638

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.5%

 BLUE value IS 56 (22.27% from 255) = 14%

R = 48.5%
G = 37.5%
B = 14%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C29638 (or 0xC29638) is known color: Hokey Pokey. HEX triplet: C2, 96 and 38. RGB value is (194,150,56). Sum of RGB (Red+Green+Blue) = 194+150+56=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 150 (58.98% from 255 or 37.5% from 400); Blue value is 56 (22.27% from 255 or 14% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C29638 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29638 is #3D69C7. Grayscale: #989898. Windows color (decimal): -4024776 or 3708610. OLE color: 3708610.

HSL color Cylindrical-coordinate representation of color #C29638: hue angle of 40.87º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C29638 is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 150 56 -
CMYK 0 0.23 0.71 0.24
HSL 40.87º 0.55% 0.49% -
HSV(B) 40.87º 0.71% 0.76% -
XYZ 33.87 33.57 8.44 -
YUV 152.44 73.58 157.64 -
System Red Green Blue C M Y K H S L
Decimal 194 150 56 0 0.23 0.71 0.24 40.87 0.55 0.49
Hex C2 96 38 0 17 47 18 29 37 31
Octal 302 226 70 0 27 107 30 51 67 61
Binary 11000010 10010110 111000 0 10111 1000111 11000 101001 110111 110001

Color Harmonies of #C29638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29638

Black with #C29638

Text Example


Text Example

White with #C29638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29638; }

 p { color: rgb(194,150,56); }

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

background-color css

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

 a { background-color: rgb(194,150,56); }

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

border-color css

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

 span { border-color: rgb(194,150,56); }

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