#C97F2A

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

Shades of Geebung #C97F2A

Tints of Geebung #C97F2A

Color information

#C97F2A (or 0xC97F2A) is unknown color: approx Geebung. HEX triplet: C9, 7F and 2A. RGB value is (201,127,42). Sum of RGB (Red+Green+Blue) = 201+127+42=370 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.32% from 370); Green value is 127 (50% from 255 or 34.32% from 370); Blue value is 42 (16.80% from 255 or 11.35% from 370); Max value from RGB is 201 - color contains mainly: red. Hex color #C97F2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97F2A is #3680D5. Grayscale: #8B8B8B. Windows color (decimal): -3571926 or 2785225. OLE color: 2785225.

HSL color Cylindrical-coordinate representation of color #C97F2A: hue angle of 32.08º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C97F2A is Cyan = 0, Magento = 0.37, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB20112742-
CMYK00.370.790.21
HSL32.08º65.43%47.65%-
HSV(B)32.08º79.1%78.82%-
XYZ32.0927.765.86-
YUV139.4473.02171.91-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 54.32%
GREEN value IS 127 (50% from 255) = 34.32%
BLUE value IS 42 (16.80% from 255) = 11.35%
R=54.32%
G=34.32%
B=11.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.79
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011274200.370.790.2132.0865.4347.65
HexC97F2A0254F15204130
Octal31117752045117254010160
Binary11001001111111110101001001011001111101011000001000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97F2A; }

 p { color: rgb(201,127,42); }

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

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

 a { background-color: rgb(201,127,42); }

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

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

 span { border-color: rgb(201,127,42); }

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