Html Css Color HEX #C08A2E Hokey Pokey

📋 copy color: '#C08A2E'

red 192 ◦ green 138 ◦ blue 46

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

Shades of Hokey Pokey #C08A2E

Tints of Hokey Pokey #C08A2E

RGB

 RED value IS 192 (75.39% from 255) = 51.06%

 GREEN value IS 138 (54.3% from 255) = 36.7%

 BLUE value IS 46 (18.36% from 255) = 12.23%

R = 51.06%
G = 36.7%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#C08A2E (or 0xC08A2E) is known color: Hokey Pokey. HEX triplet: C0, 8A and 2E. RGB value is (192,138,46). Sum of RGB (Red+Green+Blue) = 192+138+46=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 138 (54.30% from 255 or 36.70% from 376); Blue value is 46 (18.36% from 255 or 12.23% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C08A2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08A2E is #3F75D1. Grayscale: #909090. Windows color (decimal): -4158930 or 3050176. OLE color: 3050176.

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

Color convert

RGB 192 138 46 -
CMYK 0 0.28 0.76 0.25
HSL 37.81º 0.61% 0.47% -
HSV(B) 37.81º 0.76% 0.75% -
XYZ 31.32 29.58 6.64 -
YUV 143.66 72.89 162.48 -
System Red Green Blue C M Y K H S L
Decimal 192 138 46 0 0.28 0.76 0.25 37.81 0.61 0.47
Hex C0 8A 2E 0 1C 4C 19 26 3D 2F
Octal 300 212 56 0 34 114 31 46 75 57
Binary 11000000 10001010 101110 0 11100 1001100 11001 100110 111101 101111

Color Harmonies of #C08A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08A2E

Black with #C08A2E

Text Example


Text Example

White with #C08A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08A2E; }

 p { color: rgb(192,138,46); }

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

background-color css

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

 a { background-color: rgb(192,138,46); }

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

border-color css

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

 span { border-color: rgb(192,138,46); }

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