Html Css Color HEX #C08130 Geebung

📋 copy color: '#C08130'

red 192 ◦ green 129 ◦ blue 48

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

Shades of Geebung #C08130

Tints of Geebung #C08130

RGB

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

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

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

R = 52.03%
G = 34.96%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#C08130 (or 0xC08130) is known color: Geebung. HEX triplet: C0, 81 and 30. RGB value is (192,129,48). Sum of RGB (Red+Green+Blue) = 192+129+48=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 48 (19.14% from 255 or 13.01% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C08130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08130 is #3F7ECF. Grayscale: #8A8A8A. Windows color (decimal): -4161232 or 3178944. OLE color: 3178944.

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

Color convert

RGB 192 129 48 -
CMYK 0 0.33 0.75 0.25
HSL 33.75º 0.6% 0.47% -
HSV(B) 33.75º 0.75% 0.75% -
XYZ 30.12 27.12 6.44 -
YUV 138.6 76.87 166.09 -
System Red Green Blue C M Y K H S L
Decimal 192 129 48 0 0.33 0.75 0.25 33.75 0.6 0.47
Hex C0 81 30 0 21 4B 19 22 3C 2F
Octal 300 201 60 0 41 113 31 42 74 57
Binary 11000000 10000001 110000 0 100001 1001011 11001 100010 111100 101111

Color Harmonies of #C08130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08130

Black with #C08130

Text Example


Text Example

White with #C08130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08130; }

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

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

background-color css

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

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

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

border-color css

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

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

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