#C29B35

Color #C29B35 Hokey Pokey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hokey Pokey #C29B35

Tints of Hokey Pokey #C29B35

Color information

#C29B35 (or 0xC29B35) is unknown color: approx Hokey Pokey. HEX triplet: C2, 9B and 35. RGB value is (194,155,53). Sum of RGB (Red+Green+Blue) = 194+155+53=402 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.26% from 402); Green value is 155 (60.94% from 255 or 38.56% from 402); Blue value is 53 (21.09% from 255 or 13.18% from 402); Max value from RGB is 194 - color contains mainly: red. Hex color #C29B35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29B35 is #3D64CA. Grayscale: #9B9B9B. Windows color (decimal): -4023499 or 3513282. OLE color: 3513282.

HSL color Cylindrical-coordinate representation of color #C29B35: hue angle of 43.4º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C29B35 is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB19415553-
CMYK00.200.730.24
HSL43.4º57.09%48.43%-
HSV(B)43.4º72.68%76.08%-
XYZ34.6135.178.33-
YUV155.0370.42155.79-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.26%
GREEN value IS 155 (60.94% from 255) = 38.56%
BLUE value IS 53 (21.09% from 255) = 13.18%
R=48.26%
G=38.56%
B=13.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941555300.200.730.2443.457.0948.43
HexC29B3501449182b3930
Octal3022336502411130537160
Binary1100001010011011110101010100100100111000101011111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29B35; }

 p { color: rgb(194,155,53); }

 H1.HeaderClassName
 {
   color: #C29B35;
 }
 .AnyTagClassName
 {
   color: #C29B35;
 }
</style>
background-color css

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

 a { background-color: rgb(194,155,53); }

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

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

 span { border-color: rgb(194,155,53); }

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