#CA8A2C

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

Shades of Geebung #CA8A2C

Tints of Geebung #CA8A2C

Color information

#CA8A2C (or 0xCA8A2C) is unknown color: approx Geebung. HEX triplet: CA, 8A and 2C. RGB value is (202,138,44). Sum of RGB (Red+Green+Blue) = 202+138+44=384 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.60% from 384); Green value is 138 (54.30% from 255 or 35.94% from 384); Blue value is 44 (17.58% from 255 or 11.46% from 384); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8A2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8A2C is #3575D3. Grayscale: #929292. Windows color (decimal): -3503572 or 2919114. OLE color: 2919114.

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

Color convert

RGB20213844-
CMYK00.320.780.21
HSL35.7º64.23%48.24%-
HSV(B)35.7º78.22%79.22%-
XYZ33.930.926.56-
YUV146.4270.2167.64-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.60%
GREEN value IS 138 (54.30% from 255) = 35.94%
BLUE value IS 44 (17.58% from 255) = 11.46%
R=52.60%
G=35.94%
B=11.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.78
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021384400.320.780.2135.764.2348.24
HexCA8A2C0204E15244030
Octal31221254040116254410060
Binary110010101000101010110001000001001110101011001001000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8A2C; }

 p { color: rgb(202,138,44); }

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

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

 a { background-color: rgb(202,138,44); }

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

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

 span { border-color: rgb(202,138,44); }

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