Html Css Color HEX #C08A30 Hokey Pokey

📋 copy color: '#C08A30'

red 192 ◦ green 138 ◦ blue 48

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

Shades of Hokey Pokey #C08A30

Tints of Hokey Pokey #C08A30

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.51%

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

R = 50.79%
G = 36.51%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#C08A30 (or 0xC08A30) is known color: Hokey Pokey. HEX triplet: C0, 8A and 30. RGB value is (192,138,48). Sum of RGB (Red+Green+Blue) = 192+138+48=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 138 (54.30% from 255 or 36.51% from 378); Blue value is 48 (19.14% from 255 or 12.70% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C08A30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08A30 is #3F75CF. Grayscale: #909090. Windows color (decimal): -4158928 or 3181248. OLE color: 3181248.

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

Color convert

RGB 192 138 48 -
CMYK 0 0.28 0.75 0.25
HSL 37.5º 0.6% 0.47% -
HSV(B) 37.5º 0.75% 0.75% -
XYZ 31.36 29.6 6.86 -
YUV 143.89 73.89 162.32 -
System Red Green Blue C M Y K H S L
Decimal 192 138 48 0 0.28 0.75 0.25 37.5 0.6 0.47
Hex C0 8A 30 0 1C 4B 19 26 3C 2F
Octal 300 212 60 0 34 113 31 46 74 57
Binary 11000000 10001010 110000 0 11100 1001011 11001 100110 111100 101111

Color Harmonies of #C08A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08A30

Black with #C08A30

Text Example


Text Example

White with #C08A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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