Html Css Color HEX #C08229 Geebung

📋 copy color: '#C08229'

red 192 ◦ green 130 ◦ blue 41

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

Shades of Geebung #C08229

Tints of Geebung #C08229

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.81%

 BLUE value IS 41 (16.41% from 255) = 11.29%

R = 52.89%
G = 35.81%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#C08229 (or 0xC08229) is known color: Geebung. HEX triplet: C0, 82 and 29. RGB value is (192,130,41). Sum of RGB (Red+Green+Blue) = 192+130+41=363 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.89% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 41 (16.41% from 255 or 11.29% from 363); Max value from RGB is 192 - color contains mainly: red. Hex color #C08229 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08229 is #3F7DD6. Grayscale: #8A8A8A. Windows color (decimal): -4160983 or 2720448. OLE color: 2720448.

HSL color Cylindrical-coordinate representation of color #C08229: hue angle of 35.36º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C08229 is Cyan = 0, Magento = 0.32, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 130 41 -
CMYK 0 0.32 0.79 0.25
HSL 35.36º 0.65% 0.46% -
HSV(B) 35.36º 0.79% 0.75% -
XYZ 30.12 27.33 5.79 -
YUV 138.39 73.04 166.24 -
System Red Green Blue C M Y K H S L
Decimal 192 130 41 0 0.32 0.79 0.25 35.36 0.65 0.46
Hex C0 82 29 0 20 4F 19 23 41 2E
Octal 300 202 51 0 40 117 31 43 101 56
Binary 11000000 10000010 101001 0 100000 1001111 11001 100011 1000001 101110

Color Harmonies of #C08229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08229

Black with #C08229

Text Example


Text Example

White with #C08229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08229; }

 p { color: rgb(192,130,41); }

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

background-color css

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

 a { background-color: rgb(192,130,41); }

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

border-color css

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

 span { border-color: rgb(192,130,41); }

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