Html Css Color HEX #C08F36 Hokey Pokey

📋 copy color: '#C08F36'

red 192 ◦ green 143 ◦ blue 54

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

Shades of Hokey Pokey #C08F36

Tints of Hokey Pokey #C08F36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 13.88%

R = 49.36%
G = 36.76%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#C08F36 (or 0xC08F36) is known color: Hokey Pokey. HEX triplet: C0, 8F and 36. RGB value is (192,143,54). Sum of RGB (Red+Green+Blue) = 192+143+54=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 143 (56.25% from 255 or 36.76% from 389); Blue value is 54 (21.48% from 255 or 13.88% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C08F36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08F36 is #3F70C9. Grayscale: #939393. Windows color (decimal): -4157642 or 3575744. OLE color: 3575744.

HSL color Cylindrical-coordinate representation of color #C08F36: hue angle of 38.7º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C08F36 is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 143 54 -
CMYK 0 0.26 0.72 0.25
HSL 38.7º 0.56% 0.48% -
HSV(B) 38.7º 0.72% 0.75% -
XYZ 32.23 31.12 7.8 -
YUV 147.51 75.23 159.74 -
System Red Green Blue C M Y K H S L
Decimal 192 143 54 0 0.26 0.72 0.25 38.7 0.56 0.48
Hex C0 8F 36 0 1A 48 19 27 38 30
Octal 300 217 66 0 32 110 31 47 70 60
Binary 11000000 10001111 110110 0 11010 1001000 11001 100111 111000 110000

Color Harmonies of #C08F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08F36

Black with #C08F36

Text Example


Text Example

White with #C08F36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08F36; }

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

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

background-color css

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

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

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

border-color css

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

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

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