Html Css Color HEX #C08431 Geebung

📋 copy color: '#C08431'

red 192 ◦ green 132 ◦ blue 49

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

Shades of Geebung #C08431

Tints of Geebung #C08431

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.39%

 BLUE value IS 49 (19.53% from 255) = 13.14%

R = 51.47%
G = 35.39%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C08431 (or 0xC08431) is known color: Geebung. HEX triplet: C0, 84 and 31. RGB value is (192,132,49). Sum of RGB (Red+Green+Blue) = 192+132+49=373 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.47% from 373); Green value is 132 (51.95% from 255 or 35.39% from 373); Blue value is 49 (19.53% from 255 or 13.14% from 373); Max value from RGB is 192 - color contains mainly: red. Hex color #C08431 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08431 is #3F7BCE. Grayscale: #8C8C8C. Windows color (decimal): -4160463 or 3245248. OLE color: 3245248.

HSL color Cylindrical-coordinate representation of color #C08431: hue angle of 34.83º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C08431 is Cyan = 0, Magento = 0.31, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 132 49 -
CMYK 0 0.31 0.74 0.25
HSL 34.83º 0.59% 0.47% -
HSV(B) 34.83º 0.74% 0.75% -
XYZ 30.54 27.93 6.69 -
YUV 140.48 76.38 164.75 -
System Red Green Blue C M Y K H S L
Decimal 192 132 49 0 0.31 0.74 0.25 34.83 0.59 0.47
Hex C0 84 31 0 1F 4A 19 23 3B 2F
Octal 300 204 61 0 37 112 31 43 73 57
Binary 11000000 10000100 110001 0 11111 1001010 11001 100011 111011 101111

Color Harmonies of #C08431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08431

Black with #C08431

Text Example


Text Example

White with #C08431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08431; }

 p { color: rgb(192,132,49); }

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

background-color css

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

 a { background-color: rgb(192,132,49); }

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

border-color css

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

 span { border-color: rgb(192,132,49); }

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