Html Css Color HEX #C07D30 Geebung

📋 copy color: '#C07D30'

red 192 ◦ green 125 ◦ blue 48

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

Shades of Geebung #C07D30

Tints of Geebung #C07D30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.15%

R = 52.6%
G = 34.25%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#C07D30 (or 0xC07D30) is known color: Geebung. HEX triplet: C0, 7D and 30. RGB value is (192,125,48). Sum of RGB (Red+Green+Blue) = 192+125+48=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 125 (49.22% from 255 or 34.25% from 365); Blue value is 48 (19.14% from 255 or 13.15% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C07D30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07D30 is #3F82CF. Grayscale: #888888. Windows color (decimal): -4162256 or 3177920. OLE color: 3177920.

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

Color convert

RGB 192 125 48 -
CMYK 0 0.35 0.75 0.25
HSL 32.08º 0.6% 0.47% -
HSV(B) 32.08º 0.75% 0.75% -
XYZ 29.61 26.09 6.27 -
YUV 136.26 78.2 167.76 -
System Red Green Blue C M Y K H S L
Decimal 192 125 48 0 0.35 0.75 0.25 32.08 0.6 0.47
Hex C0 7D 30 0 23 4B 19 20 3C 2F
Octal 300 175 60 0 43 113 31 40 74 57
Binary 11000000 1111101 110000 0 100011 1001011 11001 100000 111100 101111

Color Harmonies of #C07D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07D30

Black with #C07D30

Text Example


Text Example

White with #C07D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07D30; }

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

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

background-color css

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

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

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

border-color css

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

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

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