Html Css Color HEX #C19135 Hokey Pokey

📋 copy color: '#C19135'

red 193 ◦ green 145 ◦ blue 53

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

Shades of Hokey Pokey #C19135

Tints of Hokey Pokey #C19135

RGB

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

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

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

R = 49.36%
G = 37.08%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C19135 (or 0xC19135) is known color: Hokey Pokey. HEX triplet: C1, 91 and 35. RGB value is (193,145,53). Sum of RGB (Red+Green+Blue) = 193+145+53=391 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.36% from 391); Green value is 145 (57.03% from 255 or 37.08% from 391); Blue value is 53 (21.09% from 255 or 13.55% from 391); Max value from RGB is 193 - color contains mainly: red. Hex color #C19135 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19135 is #3E6ECA. Grayscale: #959595. Windows color (decimal): -4091595 or 3510721. OLE color: 3510721.

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

Color convert

RGB 193 145 53 -
CMYK 0 0.25 0.73 0.24
HSL 39.43º 0.57% 0.48% -
HSV(B) 39.43º 0.73% 0.76% -
XYZ 32.76 31.85 7.79 -
YUV 148.86 73.9 159.48 -
System Red Green Blue C M Y K H S L
Decimal 193 145 53 0 0.25 0.73 0.24 39.43 0.57 0.48
Hex C1 91 35 0 19 49 18 27 39 30
Octal 301 221 65 0 31 111 30 47 71 60
Binary 11000001 10010001 110101 0 11001 1001001 11000 100111 111001 110000

Color Harmonies of #C19135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19135

Black with #C19135

Text Example


Text Example

White with #C19135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19135; }

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

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

background-color css

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

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

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

border-color css

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

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

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