Html Css Color HEX #C19431 Hokey Pokey

📋 copy color: '#C19431'

red 193 ◦ green 148 ◦ blue 49

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

Shades of Hokey Pokey #C19431

Tints of Hokey Pokey #C19431

RGB

 RED value IS 193 (75.78% from 255) = 49.49%

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

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

R = 49.49%
G = 37.95%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C19431 (or 0xC19431) is known color: Hokey Pokey. HEX triplet: C1, 94 and 31. RGB value is (193,148,49). Sum of RGB (Red+Green+Blue) = 193+148+49=390 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.49% from 390); Green value is 148 (58.20% from 255 or 37.95% from 390); Blue value is 49 (19.53% from 255 or 12.56% from 390); Max value from RGB is 193 - color contains mainly: red. Hex color #C19431 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19431 is #3E6BCE. Grayscale: #969696. Windows color (decimal): -4090831 or 3249345. OLE color: 3249345.

HSL color Cylindrical-coordinate representation of color #C19431: hue angle of 41.25º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C19431 is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 148 49 -
CMYK 0 0.23 0.75 0.24
HSL 41.25º 0.6% 0.47% -
HSV(B) 41.25º 0.75% 0.76% -
XYZ 33.14 32.74 7.48 -
YUV 150.17 70.91 158.55 -
System Red Green Blue C M Y K H S L
Decimal 193 148 49 0 0.23 0.75 0.24 41.25 0.6 0.47
Hex C1 94 31 0 17 4B 18 29 3C 2F
Octal 301 224 61 0 27 113 30 51 74 57
Binary 11000001 10010100 110001 0 10111 1001011 11000 101001 111100 101111

Color Harmonies of #C19431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19431

Black with #C19431

Text Example


Text Example

White with #C19431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19431; }

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

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

background-color css

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

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

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

border-color css

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

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

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