Html Css Color HEX #C69232 Hokey Pokey

📋 copy color: '#C69232'

red 198 ◦ green 146 ◦ blue 50

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

Shades of Hokey Pokey #C69232

Tints of Hokey Pokey #C69232

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.06%

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

R = 50.25%
G = 37.06%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C69232 (or 0xC69232) is known color: Hokey Pokey. HEX triplet: C6, 92 and 32. RGB value is (198,146,50). Sum of RGB (Red+Green+Blue) = 198+146+50=394 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.25% from 394); Green value is 146 (57.42% from 255 or 37.06% from 394); Blue value is 50 (19.92% from 255 or 12.69% from 394); Max value from RGB is 198 - color contains mainly: red. Hex color #C69232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69232 is #396DCD. Grayscale: #979797. Windows color (decimal): -3763662 or 3314374. OLE color: 3314374.

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

Color convert

RGB 198 146 50 -
CMYK 0 0.26 0.75 0.22
HSL 38.92º 0.6% 0.49% -
HSV(B) 38.92º 0.75% 0.78% -
XYZ 34.14 32.79 7.55 -
YUV 150.6 71.23 161.81 -
System Red Green Blue C M Y K H S L
Decimal 198 146 50 0 0.26 0.75 0.22 38.92 0.6 0.49
Hex C6 92 32 0 1A 4B 16 27 3C 31
Octal 306 222 62 0 32 113 26 47 74 61
Binary 11000110 10010010 110010 0 11010 1001011 10110 100111 111100 110001

Color Harmonies of #C69232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69232

Black with #C69232

Text Example


Text Example

White with #C69232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69232; }

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

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

background-color css

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

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

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

border-color css

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

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

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