Html Css Color HEX #C28E33 Hokey Pokey

📋 copy color: '#C28E33'

red 194 ◦ green 142 ◦ blue 51

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

Shades of Hokey Pokey #C28E33

Tints of Hokey Pokey #C28E33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 13.18%

R = 50.13%
G = 36.69%
B = 13.18%

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

#C28E33 (or 0xC28E33) is known color: Hokey Pokey. HEX triplet: C2, 8E and 33. RGB value is (194,142,51). Sum of RGB (Red+Green+Blue) = 194+142+51=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 142 (55.86% from 255 or 36.69% from 387); Blue value is 51 (20.31% from 255 or 13.18% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C28E33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28E33 is #3D71CC. Grayscale: #939393. Windows color (decimal): -4026829 or 3378882. OLE color: 3378882.

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

Color convert

RGB 194 142 51 -
CMYK 0 0.27 0.74 0.24
HSL 38.18º 0.58% 0.48% -
HSV(B) 38.18º 0.74% 0.76% -
XYZ 32.52 31.05 7.41 -
YUV 147.17 73.73 161.4 -
System Red Green Blue C M Y K H S L
Decimal 194 142 51 0 0.27 0.74 0.24 38.18 0.58 0.48
Hex C2 8E 33 0 1B 4A 18 26 3A 30
Octal 302 216 63 0 33 112 30 46 72 60
Binary 11000010 10001110 110011 0 11011 1001010 11000 100110 111010 110000

Color Harmonies of #C28E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28E33

Black with #C28E33

Text Example


Text Example

White with #C28E33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28E33; }

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

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

background-color css

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

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

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

border-color css

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

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

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