Html Css Color HEX #C69032 Hokey Pokey

📋 copy color: '#C69032'

red 198 ◦ green 144 ◦ blue 50

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

Shades of Hokey Pokey #C69032

Tints of Hokey Pokey #C69032

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.73%

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

R = 50.51%
G = 36.73%
B = 12.76%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C69032 (or 0xC69032) is known color: Hokey Pokey. HEX triplet: C6, 90 and 32. RGB value is (198,144,50). Sum of RGB (Red+Green+Blue) = 198+144+50=392 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.51% from 392); Green value is 144 (56.64% from 255 or 36.73% from 392); Blue value is 50 (19.92% from 255 or 12.76% from 392); Max value from RGB is 198 - color contains mainly: red. Hex color #C69032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69032 is #396FCD. Grayscale: #959595. Windows color (decimal): -3764174 or 3313862. OLE color: 3313862.

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

Color convert

RGB 198 144 50 -
CMYK 0 0.27 0.75 0.22
HSL 38.11º 0.6% 0.49% -
HSV(B) 38.11º 0.75% 0.78% -
XYZ 33.84 32.18 7.45 -
YUV 149.43 71.89 162.64 -
System Red Green Blue C M Y K H S L
Decimal 198 144 50 0 0.27 0.75 0.22 38.11 0.6 0.49
Hex C6 90 32 0 1B 4B 16 26 3C 31
Octal 306 220 62 0 33 113 26 46 74 61
Binary 11000110 10010000 110010 0 11011 1001011 10110 100110 111100 110001

Color Harmonies of #C69032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69032

Black with #C69032

Text Example


Text Example

White with #C69032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69032; }

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

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

background-color css

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

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

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

border-color css

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

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

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