#C69432

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

Shades of Hokey Pokey #C69432

Tints of Hokey Pokey #C69432

Color information

#C69432 (or 0xC69432) is unknown color: approx Hokey Pokey. HEX triplet: C6, 94 and 32. RGB value is (198,148,50). Sum of RGB (Red+Green+Blue) = 198+148+50=396 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50% from 396); Green value is 148 (58.20% from 255 or 37.37% from 396); Blue value is 50 (19.92% from 255 or 12.63% from 396); Max value from RGB is 198 - color contains mainly: red. Hex color #C69432 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69432 is #396BCD. Grayscale: #989898. Windows color (decimal): -3763150 or 3314886. OLE color: 3314886.

HSL color Cylindrical-coordinate representation of color #C69432: hue angle of 39.73º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C69432 is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB19814850-
CMYK00.250.750.22
HSL39.73º59.68%48.63%-
HSV(B)39.73º74.75%77.65%-
XYZ34.4533.427.65-
YUV151.7870.56160.97-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50%
GREEN value IS 148 (58.20% from 255) = 37.37%
BLUE value IS 50 (19.92% from 255) = 12.63%
R=50%
G=37.37%
B=12.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.75
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981485000.250.750.2239.7359.6848.63
HexC694320194B16283c31
Octal3062246203111326507461
Binary1100011010010100110010011001100101110110101000111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69432; }

 p { color: rgb(198,148,50); }

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

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

 a { background-color: rgb(198,148,50); }

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

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

 span { border-color: rgb(198,148,50); }

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