Html Css Color HEX #C07F30 Geebung

📋 copy color: '#C07F30'

red 192 ◦ green 127 ◦ blue 48

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

Shades of Geebung #C07F30

Tints of Geebung #C07F30

RGB

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

 GREEN value IS 127 (50% from 255) = 34.6%

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

R = 52.32%
G = 34.6%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#C07F30 (or 0xC07F30) is known color: Geebung. HEX triplet: C0, 7F and 30. RGB value is (192,127,48). Sum of RGB (Red+Green+Blue) = 192+127+48=367 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.32% from 367); Green value is 127 (50% from 255 or 34.60% from 367); Blue value is 48 (19.14% from 255 or 13.08% from 367); Max value from RGB is 192 - color contains mainly: red. Hex color #C07F30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07F30 is #3F80CF. Grayscale: #898989. Windows color (decimal): -4161744 or 3178432. OLE color: 3178432.

HSL color Cylindrical-coordinate representation of color #C07F30: hue angle of 32.92º 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 #C07F30 is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 127 48 -
CMYK 0 0.34 0.75 0.25
HSL 32.92º 0.6% 0.47% -
HSV(B) 32.92º 0.75% 0.75% -
XYZ 29.86 26.6 6.36 -
YUV 137.43 77.53 166.92 -
System Red Green Blue C M Y K H S L
Decimal 192 127 48 0 0.34 0.75 0.25 32.92 0.6 0.47
Hex C0 7F 30 0 22 4B 19 21 3C 2F
Octal 300 177 60 0 42 113 31 41 74 57
Binary 11000000 1111111 110000 0 100010 1001011 11001 100001 111100 101111

Color Harmonies of #C07F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07F30

Black with #C07F30

Text Example


Text Example

White with #C07F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07F30; }

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

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

background-color css

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

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

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

border-color css

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

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

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