Html Css Color HEX #C69432 Hokey Pokey

📋 copy color: '#C69432'

red 198 ◦ green 148 ◦ blue 50

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

Shades of Hokey Pokey #C69432

Tints of Hokey Pokey #C69432

RGB

 RED value IS 198 (77.73% from 255) = 50%

 GREEN value IS 148 (58.2% from 255) = 37.37%

 BLUE value IS 50 (19.92% from 255) = 12.63%

R = 50%
G = 37.37%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C69432 (or 0xC69432) is known color: 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

RGB 198 148 50 -
CMYK 0 0.25 0.75 0.22
HSL 39.73º 0.6% 0.49% -
HSV(B) 39.73º 0.75% 0.78% -
XYZ 34.45 33.42 7.65 -
YUV 151.78 70.57 160.97 -
System Red Green Blue C M Y K H S L
Decimal 198 148 50 0 0.25 0.75 0.22 39.73 0.6 0.49
Hex C6 94 32 0 19 4B 16 28 3C 31
Octal 306 224 62 0 31 113 26 50 74 61
Binary 11000110 10010100 110010 0 11001 1001011 10110 101000 111100 110001

Color Harmonies of #C69432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69432

Black with #C69432

Text Example


Text Example

White with #C69432

Text Example


Text Example

HTML Codes & Css Web 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>