Html Css Color HEX #C28E30 Hokey Pokey

📋 copy color: '#C28E30'

red 194 ◦ green 142 ◦ blue 48

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

Shades of Hokey Pokey #C28E30

Tints of Hokey Pokey #C28E30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.5%

R = 50.52%
G = 36.98%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C28E30 (or 0xC28E30) is known color: Hokey Pokey. HEX triplet: C2, 8E and 30. RGB value is (194,142,48). Sum of RGB (Red+Green+Blue) = 194+142+48=384 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.52% from 384); Green value is 142 (55.86% from 255 or 36.98% from 384); Blue value is 48 (19.14% from 255 or 12.5% from 384); Max value from RGB is 194 - color contains mainly: red. Hex color #C28E30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28E30 is #3D71CF. Grayscale: #939393. Windows color (decimal): -4026832 or 3182274. OLE color: 3182274.

HSL color Cylindrical-coordinate representation of color #C28E30: hue angle of 38.63º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C28E30 is Cyan = 0, Magento = 0.27, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 142 48 -
CMYK 0 0.27 0.75 0.24
HSL 38.63º 0.6% 0.47% -
HSV(B) 38.63º 0.75% 0.76% -
XYZ 32.45 31.03 7.07 -
YUV 146.83 72.23 161.64 -
System Red Green Blue C M Y K H S L
Decimal 194 142 48 0 0.27 0.75 0.24 38.63 0.6 0.47
Hex C2 8E 30 0 1B 4B 18 27 3C 2F
Octal 302 216 60 0 33 113 30 47 74 57
Binary 11000010 10001110 110000 0 11011 1001011 11000 100111 111100 101111

Color Harmonies of #C28E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28E30

Black with #C28E30

Text Example


Text Example

White with #C28E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28E30; }

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

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

background-color css

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

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

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

border-color css

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

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

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