Html Css Color HEX #C08E30 Hokey Pokey

📋 copy color: '#C08E30'

red 192 ◦ green 142 ◦ blue 48

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

Shades of Hokey Pokey #C08E30

Tints of Hokey Pokey #C08E30

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.17%

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

R = 50.26%
G = 37.17%
B = 12.57%

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

#C08E30 (or 0xC08E30) is known color: Hokey Pokey. HEX triplet: C0, 8E and 30. RGB value is (192,142,48). Sum of RGB (Red+Green+Blue) = 192+142+48=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 142 (55.86% from 255 or 37.17% from 382); Blue value is 48 (19.14% from 255 or 12.57% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C08E30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08E30 is #3F71CF. Grayscale: #929292. Windows color (decimal): -4157904 or 3182272. OLE color: 3182272.

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

Color convert

RGB 192 142 48 -
CMYK 0 0.26 0.75 0.25
HSL 39.17º 0.6% 0.47% -
HSV(B) 39.17º 0.75% 0.75% -
XYZ 31.94 30.77 7.05 -
YUV 146.23 72.57 160.64 -
System Red Green Blue C M Y K H S L
Decimal 192 142 48 0 0.26 0.75 0.25 39.17 0.6 0.47
Hex C0 8E 30 0 1A 4B 19 27 3C 2F
Octal 300 216 60 0 32 113 31 47 74 57
Binary 11000000 10001110 110000 0 11010 1001011 11001 100111 111100 101111

Color Harmonies of #C08E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08E30

Black with #C08E30

Text Example


Text Example

White with #C08E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08E30; }

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

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

background-color css

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

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

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

border-color css

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

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

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