Html Css Color HEX #C69132 Hokey Pokey

📋 copy color: '#C69132'

red 198 ◦ green 145 ◦ blue 50

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

Shades of Hokey Pokey #C69132

Tints of Hokey Pokey #C69132

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.9%

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

R = 50.38%
G = 36.9%
B = 12.72%

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

#C69132 (or 0xC69132) is known color: Hokey Pokey. HEX triplet: C6, 91 and 32. RGB value is (198,145,50). Sum of RGB (Red+Green+Blue) = 198+145+50=393 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.38% from 393); Green value is 145 (57.03% from 255 or 36.90% from 393); Blue value is 50 (19.92% from 255 or 12.72% from 393); Max value from RGB is 198 - color contains mainly: red. Hex color #C69132 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69132 is #396ECD. Grayscale: #969696. Windows color (decimal): -3763918 or 3314118. OLE color: 3314118.

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

Color convert

RGB 198 145 50 -
CMYK 0 0.27 0.75 0.22
HSL 38.51º 0.6% 0.49% -
HSV(B) 38.51º 0.75% 0.78% -
XYZ 33.99 32.49 7.5 -
YUV 150.02 71.56 162.22 -
System Red Green Blue C M Y K H S L
Decimal 198 145 50 0 0.27 0.75 0.22 38.51 0.6 0.49
Hex C6 91 32 0 1B 4B 16 27 3C 31
Octal 306 221 62 0 33 113 26 47 74 61
Binary 11000110 10010001 110010 0 11011 1001011 10110 100111 111100 110001

Color Harmonies of #C69132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69132

Black with #C69132

Text Example


Text Example

White with #C69132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69132; }

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

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

background-color css

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

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

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

border-color css

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

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

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