#CA812C

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

Shades of Geebung #CA812C

Tints of Geebung #CA812C

Color information

#CA812C (or 0xCA812C) is unknown color: approx Geebung. HEX triplet: CA, 81 and 2C. RGB value is (202,129,44). Sum of RGB (Red+Green+Blue) = 202+129+44=375 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.87% from 375); Green value is 129 (50.78% from 255 or 34.4% from 375); Blue value is 44 (17.58% from 255 or 11.73% from 375); Max value from RGB is 202 - color contains mainly: red. Hex color #CA812C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA812C is #357ED3. Grayscale: #8D8D8D. Windows color (decimal): -3505876 or 2916810. OLE color: 2916810.

HSL color Cylindrical-coordinate representation of color #CA812C: hue angle of 32.28º 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 #CA812C is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB20212944-
CMYK00.360.780.21
HSL32.28º64.23%48.24%-
HSV(B)32.28º78.22%79.22%-
XYZ32.6628.446.15-
YUV141.1473.18171.41-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.87%
GREEN value IS 129 (50.78% from 255) = 34.4%
BLUE value IS 44 (17.58% from 255) = 11.73%
R=53.87%
G=34.4%
B=11.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.78
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021294400.360.780.2132.2864.2348.24
HexCA812C0244E15204030
Octal31220154044116254010060
Binary110010101000000110110001001001001110101011000001000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA812C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA812C; }

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

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

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

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

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

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

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

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