Html Css Color HEX #C08F32 Hokey Pokey

📋 copy color: '#C08F32'

red 192 ◦ green 143 ◦ blue 50

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

Shades of Hokey Pokey #C08F32

Tints of Hokey Pokey #C08F32

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.14%

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

R = 49.87%
G = 37.14%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C08F32 (or 0xC08F32) is known color: Hokey Pokey. HEX triplet: C0, 8F and 32. RGB value is (192,143,50). Sum of RGB (Red+Green+Blue) = 192+143+50=385 (50% of max value = 765). Red value is 192 (75.39% from 255 or 49.87% from 385); Green value is 143 (56.25% from 255 or 37.14% from 385); Blue value is 50 (19.92% from 255 or 12.99% from 385); Max value from RGB is 192 - color contains mainly: red. Hex color #C08F32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08F32 is #3F70CD. Grayscale: #939393. Windows color (decimal): -4157646 or 3313600. OLE color: 3313600.

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

Color convert

RGB 192 143 50 -
CMYK 0 0.26 0.74 0.25
HSL 39.3º 0.59% 0.47% -
HSV(B) 39.3º 0.74% 0.75% -
XYZ 32.14 31.08 7.32 -
YUV 147.05 73.23 160.06 -
System Red Green Blue C M Y K H S L
Decimal 192 143 50 0 0.26 0.74 0.25 39.3 0.59 0.47
Hex C0 8F 32 0 1A 4A 19 27 3B 2F
Octal 300 217 62 0 32 112 31 47 73 57
Binary 11000000 10001111 110010 0 11010 1001010 11001 100111 111011 101111

Color Harmonies of #C08F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08F32

Black with #C08F32

Text Example


Text Example

White with #C08F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08F32; }

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

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

background-color css

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

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

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

border-color css

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

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

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