Html Css Color HEX #C18D35 Hokey Pokey

📋 copy color: '#C18D35'

red 193 ◦ green 141 ◦ blue 53

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

Shades of Hokey Pokey #C18D35

Tints of Hokey Pokey #C18D35

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.43%

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

R = 49.87%
G = 36.43%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C18D35 (or 0xC18D35) is known color: Hokey Pokey. HEX triplet: C1, 8D and 35. RGB value is (193,141,53). Sum of RGB (Red+Green+Blue) = 193+141+53=387 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.87% from 387); Green value is 141 (55.47% from 255 or 36.43% from 387); Blue value is 53 (21.09% from 255 or 13.70% from 387); Max value from RGB is 193 - color contains mainly: red. Hex color #C18D35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18D35 is #3E72CA. Grayscale: #929292. Windows color (decimal): -4092619 or 3509697. OLE color: 3509697.

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

Color convert

RGB 193 141 53 -
CMYK 0 0.27 0.73 0.24
HSL 37.71º 0.57% 0.48% -
HSV(B) 37.71º 0.73% 0.76% -
XYZ 32.16 30.64 7.59 -
YUV 146.52 75.23 161.16 -
System Red Green Blue C M Y K H S L
Decimal 193 141 53 0 0.27 0.73 0.24 37.71 0.57 0.48
Hex C1 8D 35 0 1B 49 18 26 39 30
Octal 301 215 65 0 33 111 30 46 71 60
Binary 11000001 10001101 110101 0 11011 1001001 11000 100110 111001 110000

Color Harmonies of #C18D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18D35

Black with #C18D35

Text Example


Text Example

White with #C18D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18D35; }

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

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

background-color css

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

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

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

border-color css

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

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

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