Html Css Color HEX #C07E35 Geebung

📋 copy color: '#C07E35'

red 192 ◦ green 126 ◦ blue 53

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

Shades of Geebung #C07E35

Tints of Geebung #C07E35

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.96%

 BLUE value IS 53 (21.09% from 255) = 14.29%

R = 51.75%
G = 33.96%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#C07E35 (or 0xC07E35) is known color: Geebung. HEX triplet: C0, 7E and 35. RGB value is (192,126,53). Sum of RGB (Red+Green+Blue) = 192+126+53=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 126 (49.61% from 255 or 33.96% from 371); Blue value is 53 (21.09% from 255 or 14.29% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C07E35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07E35 is #3F81CA. Grayscale: #898989. Windows color (decimal): -4161995 or 3505856. OLE color: 3505856.

HSL color Cylindrical-coordinate representation of color #C07E35: hue angle of 31.51º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C07E35 is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 126 53 -
CMYK 0 0.34 0.72 0.25
HSL 31.51º 0.57% 0.48% -
HSV(B) 31.51º 0.72% 0.75% -
XYZ 29.84 26.39 6.89 -
YUV 137.41 80.37 166.94 -
System Red Green Blue C M Y K H S L
Decimal 192 126 53 0 0.34 0.72 0.25 31.51 0.57 0.48
Hex C0 7E 35 0 22 48 19 20 39 30
Octal 300 176 65 0 42 110 31 40 71 60
Binary 11000000 1111110 110101 0 100010 1001000 11001 100000 111001 110000

Color Harmonies of #C07E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07E35

Black with #C07E35

Text Example


Text Example

White with #C07E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07E35; }

 p { color: rgb(192,126,53); }

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

background-color css

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

 a { background-color: rgb(192,126,53); }

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

border-color css

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

 span { border-color: rgb(192,126,53); }

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