Html Css Color HEX #C08C2E Hokey Pokey

📋 copy color: '#C08C2E'

red 192 ◦ green 140 ◦ blue 46

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

Shades of Hokey Pokey #C08C2E

Tints of Hokey Pokey #C08C2E

RGB

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

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

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

R = 50.79%
G = 37.04%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#C08C2E (or 0xC08C2E) is known color: Hokey Pokey. HEX triplet: C0, 8C and 2E. RGB value is (192,140,46). Sum of RGB (Red+Green+Blue) = 192+140+46=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 140 (55.08% from 255 or 37.04% from 378); Blue value is 46 (18.36% from 255 or 12.17% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C08C2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08C2E is #3F73D1. Grayscale: #919191. Windows color (decimal): -4158418 or 3050688. OLE color: 3050688.

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

Color convert

RGB 192 140 46 -
CMYK 0 0.27 0.76 0.25
HSL 38.63º 0.61% 0.47% -
HSV(B) 38.63º 0.76% 0.75% -
XYZ 31.61 30.16 6.74 -
YUV 144.83 72.23 161.64 -
System Red Green Blue C M Y K H S L
Decimal 192 140 46 0 0.27 0.76 0.25 38.63 0.61 0.47
Hex C0 8C 2E 0 1B 4C 19 27 3D 2F
Octal 300 214 56 0 33 114 31 47 75 57
Binary 11000000 10001100 101110 0 11011 1001100 11001 100111 111101 101111

Color Harmonies of #C08C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08C2E

Black with #C08C2E

Text Example


Text Example

White with #C08C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08C2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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