Html Css Color HEX #C07D2E Geebung

📋 copy color: '#C07D2E'

red 192 ◦ green 125 ◦ blue 46

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

Shades of Geebung #C07D2E

Tints of Geebung #C07D2E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.44%

 BLUE value IS 46 (18.36% from 255) = 12.67%

R = 52.89%
G = 34.44%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#C07D2E (or 0xC07D2E) is known color: Geebung. HEX triplet: C0, 7D and 2E. RGB value is (192,125,46). Sum of RGB (Red+Green+Blue) = 192+125+46=363 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.89% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 46 (18.36% from 255 or 12.67% from 363); Max value from RGB is 192 - color contains mainly: red. Hex color #C07D2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07D2E is #3F82D1. Grayscale: #888888. Windows color (decimal): -4162258 or 3046848. OLE color: 3046848.

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

Color convert

RGB 192 125 46 -
CMYK 0 0.35 0.76 0.25
HSL 32.47º 0.61% 0.47% -
HSV(B) 32.47º 0.76% 0.75% -
XYZ 29.56 26.07 6.06 -
YUV 136.03 77.2 167.92 -
System Red Green Blue C M Y K H S L
Decimal 192 125 46 0 0.35 0.76 0.25 32.47 0.61 0.47
Hex C0 7D 2E 0 23 4C 19 20 3D 2F
Octal 300 175 56 0 43 114 31 40 75 57
Binary 11000000 1111101 101110 0 100011 1001100 11001 100000 111101 101111

Color Harmonies of #C07D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07D2E

Black with #C07D2E

Text Example


Text Example

White with #C07D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07D2E; }

 p { color: rgb(192,125,46); }

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

background-color css

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

 a { background-color: rgb(192,125,46); }

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

border-color css

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

 span { border-color: rgb(192,125,46); }

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