Html Css Color HEX #C19031 Hokey Pokey

📋 copy color: '#C19031'

red 193 ◦ green 144 ◦ blue 49

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

Shades of Hokey Pokey #C19031

Tints of Hokey Pokey #C19031

RGB

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

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

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

R = 50%
G = 37.31%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C19031 (or 0xC19031) is known color: Hokey Pokey. HEX triplet: C1, 90 and 31. RGB value is (193,144,49). Sum of RGB (Red+Green+Blue) = 193+144+49=386 (51% of max value = 765). Red value is 193 (75.78% from 255 or 50% from 386); Green value is 144 (56.64% from 255 or 37.31% from 386); Blue value is 49 (19.53% from 255 or 12.69% from 386); Max value from RGB is 193 - color contains mainly: red. Hex color #C19031 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19031 is #3E6FCE. Grayscale: #949494. Windows color (decimal): -4091855 or 3248321. OLE color: 3248321.

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

Color convert

RGB 193 144 49 -
CMYK 0 0.25 0.75 0.24
HSL 39.58º 0.6% 0.47% -
HSV(B) 39.58º 0.75% 0.76% -
XYZ 32.52 31.51 7.27 -
YUV 147.82 72.23 160.22 -
System Red Green Blue C M Y K H S L
Decimal 193 144 49 0 0.25 0.75 0.24 39.58 0.6 0.47
Hex C1 90 31 0 19 4B 18 28 3C 2F
Octal 301 220 61 0 31 113 30 50 74 57
Binary 11000001 10010000 110001 0 11001 1001011 11000 101000 111100 101111

Color Harmonies of #C19031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19031

Black with #C19031

Text Example


Text Example

White with #C19031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19031; }

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

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

background-color css

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

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

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

border-color css

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

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

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