#C2832A

Color #C2832A Geebung (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Geebung #C2832A

Tints of Geebung #C2832A

Color information

#C2832A (or 0xC2832A) is unknown color: approx Geebung. HEX triplet: C2, 83 and 2A. RGB value is (194,131,42). Sum of RGB (Red+Green+Blue) = 194+131+42=367 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.86% from 367); Green value is 131 (51.56% from 255 or 35.69% from 367); Blue value is 42 (16.80% from 255 or 11.44% from 367); Max value from RGB is 194 - color contains mainly: red. Hex color #C2832A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2832A is #3D7CD5. Grayscale: #8C8C8C. Windows color (decimal): -4029654 or 2786242. OLE color: 2786242.

HSL color Cylindrical-coordinate representation of color #C2832A: hue angle of 35.13º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C2832A is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB19413142-
CMYK00.320.780.24
HSL35.13º64.41%46.27%-
HSV(B)35.13º78.35%76.08%-
XYZ30.7827.875.95-
YUV139.6972.87166.74-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 52.86%
GREEN value IS 131 (51.56% from 255) = 35.69%
BLUE value IS 42 (16.80% from 255) = 11.44%
R=52.86%
G=35.69%
B=11.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.78
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941314200.320.780.2435.1364.4146.27
HexC2832A0204E1823402e
Octal30220352040116304310056
Binary110000101000001110101001000001001110110001000111000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2832A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2832A; }

 p { color: rgb(194,131,42); }

 H1.HeaderClassName
 {
   color: #C2832A;
 }
 .AnyTagClassName
 {
   color: #C2832A;
 }
</style>
background-color css

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

 a { background-color: rgb(194,131,42); }

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

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

 span { border-color: rgb(194,131,42); }

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