Html Css Color HEX #C18E32 Hokey Pokey

📋 copy color: '#C18E32'

red 193 ◦ green 142 ◦ blue 50

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

Shades of Hokey Pokey #C18E32

Tints of Hokey Pokey #C18E32

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.88%

 BLUE value IS 50 (19.92% from 255) = 12.99%

R = 50.13%
G = 36.88%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C18E32 (or 0xC18E32) is known color: Hokey Pokey. HEX triplet: C1, 8E and 32. RGB value is (193,142,50). Sum of RGB (Red+Green+Blue) = 193+142+50=385 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.13% from 385); Green value is 142 (55.86% from 255 or 36.88% from 385); Blue value is 50 (19.92% from 255 or 12.99% from 385); Max value from RGB is 193 - color contains mainly: red. Hex color #C18E32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18E32 is #3E71CD. Grayscale: #939393. Windows color (decimal): -4092366 or 3313345. OLE color: 3313345.

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

Color convert

RGB 193 142 50 -
CMYK 0 0.26 0.74 0.24
HSL 38.6º 0.59% 0.48% -
HSV(B) 38.6º 0.74% 0.76% -
XYZ 32.24 30.91 7.29 -
YUV 146.76 73.4 160.98 -
System Red Green Blue C M Y K H S L
Decimal 193 142 50 0 0.26 0.74 0.24 38.6 0.59 0.48
Hex C1 8E 32 0 1A 4A 18 27 3B 30
Octal 301 216 62 0 32 112 30 47 73 60
Binary 11000001 10001110 110010 0 11010 1001010 11000 100111 111011 110000

Color Harmonies of #C18E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18E32

Black with #C18E32

Text Example


Text Example

White with #C18E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18E32; }

 p { color: rgb(193,142,50); }

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

background-color css

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

 a { background-color: rgb(193,142,50); }

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

border-color css

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

 span { border-color: rgb(193,142,50); }

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