Html Css Color HEX #C28C33 Hokey Pokey

📋 copy color: '#C28C33'

red 194 ◦ green 140 ◦ blue 51

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

Shades of Hokey Pokey #C28C33

Tints of Hokey Pokey #C28C33

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.36%

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

R = 50.39%
G = 36.36%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C28C33 (or 0xC28C33) is known color: Hokey Pokey. HEX triplet: C2, 8C and 33. RGB value is (194,140,51). Sum of RGB (Red+Green+Blue) = 194+140+51=385 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.39% from 385); Green value is 140 (55.08% from 255 or 36.36% from 385); Blue value is 51 (20.31% from 255 or 13.25% from 385); Max value from RGB is 194 - color contains mainly: red. Hex color #C28C33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28C33 is #3D73CC. Grayscale: #929292. Windows color (decimal): -4027341 or 3378370. OLE color: 3378370.

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

Color convert

RGB 194 140 51 -
CMYK 0 0.28 0.74 0.24
HSL 37.34º 0.58% 0.48% -
HSV(B) 37.34º 0.74% 0.76% -
XYZ 32.22 30.46 7.31 -
YUV 146 74.39 162.24 -
System Red Green Blue C M Y K H S L
Decimal 194 140 51 0 0.28 0.74 0.24 37.34 0.58 0.48
Hex C2 8C 33 0 1C 4A 18 25 3A 30
Octal 302 214 63 0 34 112 30 45 72 60
Binary 11000010 10001100 110011 0 11100 1001010 11000 100101 111010 110000

Color Harmonies of #C28C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28C33

Black with #C28C33

Text Example


Text Example

White with #C28C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28C33; }

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

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

background-color css

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

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

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

border-color css

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

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

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