Html Css Color HEX #C08F30 Hokey Pokey

📋 copy color: '#C08F30'

red 192 ◦ green 143 ◦ blue 48

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

Shades of Hokey Pokey #C08F30

Tints of Hokey Pokey #C08F30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.53%

R = 50.13%
G = 37.34%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#C08F30 (or 0xC08F30) is known color: Hokey Pokey. HEX triplet: C0, 8F and 30. RGB value is (192,143,48). Sum of RGB (Red+Green+Blue) = 192+143+48=383 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.13% from 383); Green value is 143 (56.25% from 255 or 37.34% from 383); Blue value is 48 (19.14% from 255 or 12.53% from 383); Max value from RGB is 192 - color contains mainly: red. Hex color #C08F30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08F30 is #3F70CF. Grayscale: #939393. Windows color (decimal): -4157648 or 3182528. OLE color: 3182528.

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

Color convert

RGB 192 143 48 -
CMYK 0 0.26 0.75 0.25
HSL 39.58º 0.6% 0.47% -
HSV(B) 39.58º 0.75% 0.75% -
XYZ 32.09 31.06 7.1 -
YUV 146.82 72.23 160.22 -
System Red Green Blue C M Y K H S L
Decimal 192 143 48 0 0.26 0.75 0.25 39.58 0.6 0.47
Hex C0 8F 30 0 1A 4B 19 28 3C 2F
Octal 300 217 60 0 32 113 31 50 74 57
Binary 11000000 10001111 110000 0 11010 1001011 11001 101000 111100 101111

Color Harmonies of #C08F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08F30

Black with #C08F30

Text Example


Text Example

White with #C08F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08F30; }

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

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

background-color css

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

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

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

border-color css

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

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

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