Html Css Color HEX #C69431 Hokey Pokey

📋 copy color: '#C69431'

red 198 ◦ green 148 ◦ blue 49

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

Shades of Hokey Pokey #C69431

Tints of Hokey Pokey #C69431

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.41%

R = 50.13%
G = 37.47%
B = 12.41%

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

#C69431 (or 0xC69431) is known color: Hokey Pokey. HEX triplet: C6, 94 and 31. RGB value is (198,148,49). Sum of RGB (Red+Green+Blue) = 198+148+49=395 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.13% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 49 (19.53% from 255 or 12.41% from 395); Max value from RGB is 198 - color contains mainly: red. Hex color #C69431 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69431 is #396BCE. Grayscale: #989898. Windows color (decimal): -3763151 or 3249350. OLE color: 3249350.

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

Color convert

RGB 198 148 49 -
CMYK 0 0.25 0.75 0.22
HSL 39.87º 0.6% 0.48% -
HSV(B) 39.87º 0.75% 0.78% -
XYZ 34.43 33.41 7.54 -
YUV 151.66 70.07 161.05 -
System Red Green Blue C M Y K H S L
Decimal 198 148 49 0 0.25 0.75 0.22 39.87 0.6 0.48
Hex C6 94 31 0 19 4B 16 28 3C 30
Octal 306 224 61 0 31 113 26 50 74 60
Binary 11000110 10010100 110001 0 11001 1001011 10110 101000 111100 110000

Color Harmonies of #C69431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69431

Black with #C69431

Text Example


Text Example

White with #C69431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69431; }

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

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

background-color css

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

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

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

border-color css

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

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

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