Html Css Color HEX #C08D32 Hokey Pokey

📋 copy color: '#C08D32'

red 192 ◦ green 141 ◦ blue 50

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

Shades of Hokey Pokey #C08D32

Tints of Hokey Pokey #C08D32

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.81%

 BLUE value IS 50 (19.92% from 255) = 13.05%

R = 50.13%
G = 36.81%
B = 13.05%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C08D32 (or 0xC08D32) is known color: Hokey Pokey. HEX triplet: C0, 8D and 32. RGB value is (192,141,50). Sum of RGB (Red+Green+Blue) = 192+141+50=383 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.13% from 383); Green value is 141 (55.47% from 255 or 36.81% from 383); Blue value is 50 (19.92% from 255 or 13.05% from 383); Max value from RGB is 192 - color contains mainly: red. Hex color #C08D32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08D32 is #3F72CD. Grayscale: #929292. Windows color (decimal): -4158158 or 3313088. OLE color: 3313088.

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

Color convert

RGB 192 141 50 -
CMYK 0 0.27 0.74 0.25
HSL 38.45º 0.59% 0.47% -
HSV(B) 38.45º 0.74% 0.75% -
XYZ 31.84 30.49 7.22 -
YUV 145.88 73.9 160.9 -
System Red Green Blue C M Y K H S L
Decimal 192 141 50 0 0.27 0.74 0.25 38.45 0.59 0.47
Hex C0 8D 32 0 1B 4A 19 26 3B 2F
Octal 300 215 62 0 33 112 31 46 73 57
Binary 11000000 10001101 110010 0 11011 1001010 11001 100110 111011 101111

Color Harmonies of #C08D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08D32

Black with #C08D32

Text Example


Text Example

White with #C08D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08D32; }

 p { color: rgb(192,141,50); }

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

background-color css

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

 a { background-color: rgb(192,141,50); }

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

border-color css

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

 span { border-color: rgb(192,141,50); }

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