Html Css Color HEX #C28E32 Hokey Pokey

📋 copy color: '#C28E32'

red 194 ◦ green 142 ◦ blue 50

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

Shades of Hokey Pokey #C28E32

Tints of Hokey Pokey #C28E32

RGB

 RED value IS 194 (76.17% from 255) = 50.26%

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

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

R = 50.26%
G = 36.79%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C28E32 (or 0xC28E32) is known color: Hokey Pokey. HEX triplet: C2, 8E and 32. RGB value is (194,142,50). Sum of RGB (Red+Green+Blue) = 194+142+50=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 142 (55.86% from 255 or 36.79% from 386); Blue value is 50 (19.92% from 255 or 12.95% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C28E32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28E32 is #3D71CD. Grayscale: #939393. Windows color (decimal): -4026830 or 3313346. OLE color: 3313346.

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

Color convert

RGB 194 142 50 -
CMYK 0 0.27 0.74 0.24
HSL 38.33º 0.59% 0.48% -
HSV(B) 38.33º 0.74% 0.76% -
XYZ 32.5 31.05 7.3 -
YUV 147.06 73.23 161.48 -
System Red Green Blue C M Y K H S L
Decimal 194 142 50 0 0.27 0.74 0.24 38.33 0.59 0.48
Hex C2 8E 32 0 1B 4A 18 26 3B 30
Octal 302 216 62 0 33 112 30 46 73 60
Binary 11000010 10001110 110010 0 11011 1001010 11000 100110 111011 110000

Color Harmonies of #C28E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28E32

Black with #C28E32

Text Example


Text Example

White with #C28E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28E32; }

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

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

background-color css

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

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

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

border-color css

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

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

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