Html Css Color HEX #C08122 Geebung

📋 copy color: '#C08122'

red 192 ◦ green 129 ◦ blue 34

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

Shades of Geebung #C08122

Tints of Geebung #C08122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.58%

R = 54.08%
G = 36.34%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#C08122 (or 0xC08122) is known color: Geebung. HEX triplet: C0, 81 and 22. RGB value is (192,129,34). Sum of RGB (Red+Green+Blue) = 192+129+34=355 (47% of max value = 765). Red value is 192 (75.39% from 255 or 54.08% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 34 (13.67% from 255 or 9.58% from 355); Max value from RGB is 192 - color contains mainly: red. Hex color #C08122 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08122 is #3F7EDD. Grayscale: #898989. Windows color (decimal): -4161246 or 2261440. OLE color: 2261440.

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

Color convert

RGB 192 129 34 -
CMYK 0 0.33 0.82 0.25
HSL 36.08º 0.7% 0.44% -
HSV(B) 36.08º 0.82% 0.75% -
XYZ 29.88 27.02 5.15 -
YUV 137.01 69.87 167.22 -
System Red Green Blue C M Y K H S L
Decimal 192 129 34 0 0.33 0.82 0.25 36.08 0.7 0.44
Hex C0 81 22 0 21 52 19 24 46 2C
Octal 300 201 42 0 41 122 31 44 106 54
Binary 11000000 10000001 100010 0 100001 1010010 11001 100100 1000110 101100

Color Harmonies of #C08122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08122

Black with #C08122

Text Example


Text Example

White with #C08122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08122; }

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

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

background-color css

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

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

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

border-color css

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

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

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