Html Css Color HEX #C08D30 Hokey Pokey

📋 copy color: '#C08D30'

red 192 ◦ green 141 ◦ blue 48

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

Shades of Hokey Pokey #C08D30

Tints of Hokey Pokey #C08D30

RGB

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

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

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

R = 50.39%
G = 37.01%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#C08D30 (or 0xC08D30) is known color: Hokey Pokey. HEX triplet: C0, 8D and 30. RGB value is (192,141,48). Sum of RGB (Red+Green+Blue) = 192+141+48=381 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.39% from 381); Green value is 141 (55.47% from 255 or 37.01% from 381); Blue value is 48 (19.14% from 255 or 12.60% from 381); Max value from RGB is 192 - color contains mainly: red. Hex color #C08D30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08D30 is #3F72CF. Grayscale: #929292. Windows color (decimal): -4158160 or 3182016. OLE color: 3182016.

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

Color convert

RGB 192 141 48 -
CMYK 0 0.27 0.75 0.25
HSL 38.75º 0.6% 0.47% -
HSV(B) 38.75º 0.75% 0.75% -
XYZ 31.8 30.47 7 -
YUV 145.65 72.9 161.06 -
System Red Green Blue C M Y K H S L
Decimal 192 141 48 0 0.27 0.75 0.25 38.75 0.6 0.47
Hex C0 8D 30 0 1B 4B 19 27 3C 2F
Octal 300 215 60 0 33 113 31 47 74 57
Binary 11000000 10001101 110000 0 11011 1001011 11001 100111 111100 101111

Color Harmonies of #C08D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08D30

Black with #C08D30

Text Example


Text Example

White with #C08D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08D30; }

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

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

background-color css

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

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

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

border-color css

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

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

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