Html Css Color HEX #C08133 Geebung

📋 copy color: '#C08133'

red 192 ◦ green 129 ◦ blue 51

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

Shades of Geebung #C08133

Tints of Geebung #C08133

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.68%

 BLUE value IS 51 (20.31% from 255) = 13.71%

R = 51.61%
G = 34.68%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#C08133 (or 0xC08133) is known color: Geebung. HEX triplet: C0, 81 and 33. RGB value is (192,129,51). Sum of RGB (Red+Green+Blue) = 192+129+51=372 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.61% from 372); Green value is 129 (50.78% from 255 or 34.68% from 372); Blue value is 51 (20.31% from 255 or 13.71% from 372); Max value from RGB is 192 - color contains mainly: red. Hex color #C08133 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08133 is #3F7ECC. Grayscale: #8B8B8B. Windows color (decimal): -4161229 or 3375552. OLE color: 3375552.

HSL color Cylindrical-coordinate representation of color #C08133: hue angle of 33.19º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C08133 is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 129 51 -
CMYK 0 0.33 0.73 0.25
HSL 33.19º 0.58% 0.48% -
HSV(B) 33.19º 0.73% 0.75% -
XYZ 30.19 27.15 6.78 -
YUV 138.95 78.37 165.84 -
System Red Green Blue C M Y K H S L
Decimal 192 129 51 0 0.33 0.73 0.25 33.19 0.58 0.48
Hex C0 81 33 0 21 49 19 21 3A 30
Octal 300 201 63 0 41 111 31 41 72 60
Binary 11000000 10000001 110011 0 100001 1001001 11001 100001 111010 110000

Color Harmonies of #C08133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08133

Black with #C08133

Text Example


Text Example

White with #C08133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08133; }

 p { color: rgb(192,129,51); }

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

background-color css

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

 a { background-color: rgb(192,129,51); }

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

border-color css

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

 span { border-color: rgb(192,129,51); }

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