Html Css Color HEX #C08128 Geebung

📋 copy color: '#C08128'

red 192 ◦ green 129 ◦ blue 40

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

Shades of Geebung #C08128

Tints of Geebung #C08128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.08%

R = 53.19%
G = 35.73%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#C08128 (or 0xC08128) is known color: Geebung. HEX triplet: C0, 81 and 28. RGB value is (192,129,40). Sum of RGB (Red+Green+Blue) = 192+129+40=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 129 (50.78% from 255 or 35.73% from 361); Blue value is 40 (16.02% from 255 or 11.08% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C08128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08128 is #3F7ED7. Grayscale: #8A8A8A. Windows color (decimal): -4161240 or 2654656. OLE color: 2654656.

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

Color convert

RGB 192 129 40 -
CMYK 0 0.33 0.79 0.25
HSL 35.13º 0.66% 0.45% -
HSV(B) 35.13º 0.79% 0.75% -
XYZ 29.97 27.06 5.65 -
YUV 137.69 72.87 166.74 -
System Red Green Blue C M Y K H S L
Decimal 192 129 40 0 0.33 0.79 0.25 35.13 0.66 0.45
Hex C0 81 28 0 21 4F 19 23 42 2D
Octal 300 201 50 0 41 117 31 43 102 55
Binary 11000000 10000001 101000 0 100001 1001111 11001 100011 1000010 101101

Color Harmonies of #C08128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08128

Black with #C08128

Text Example


Text Example

White with #C08128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08128; }

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

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

background-color css

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

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

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

border-color css

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

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

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