Html Css Color HEX #C19535 Hokey Pokey

📋 copy color: '#C19535'

red 193 ◦ green 149 ◦ blue 53

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

Shades of Hokey Pokey #C19535

Tints of Hokey Pokey #C19535

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.72%

 BLUE value IS 53 (21.09% from 255) = 13.42%

R = 48.86%
G = 37.72%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C19535 (or 0xC19535) is known color: Hokey Pokey. HEX triplet: C1, 95 and 35. RGB value is (193,149,53). Sum of RGB (Red+Green+Blue) = 193+149+53=395 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.86% from 395); Green value is 149 (58.59% from 255 or 37.72% from 395); Blue value is 53 (21.09% from 255 or 13.42% from 395); Max value from RGB is 193 - color contains mainly: red. Hex color #C19535 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19535 is #3E6ACA. Grayscale: #979797. Windows color (decimal): -4090571 or 3511745. OLE color: 3511745.

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

Color convert

RGB 193 149 53 -
CMYK 0 0.23 0.73 0.24
HSL 41.14º 0.57% 0.48% -
HSV(B) 41.14º 0.73% 0.76% -
XYZ 33.38 33.09 8 -
YUV 151.21 72.58 157.81 -
System Red Green Blue C M Y K H S L
Decimal 193 149 53 0 0.23 0.73 0.24 41.14 0.57 0.48
Hex C1 95 35 0 17 49 18 29 39 30
Octal 301 225 65 0 27 111 30 51 71 60
Binary 11000001 10010101 110101 0 10111 1001001 11000 101001 111001 110000

Color Harmonies of #C19535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19535

Black with #C19535

Text Example


Text Example

White with #C19535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19535; }

 p { color: rgb(193,149,53); }

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

background-color css

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

 a { background-color: rgb(193,149,53); }

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

border-color css

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

 span { border-color: rgb(193,149,53); }

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