#CA8228

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

Shades of Geebung #CA8228

Tints of Geebung #CA8228

Color information

#CA8228 (or 0xCA8228) is unknown color: approx Geebung. HEX triplet: CA, 82 and 28. RGB value is (202,130,40). Sum of RGB (Red+Green+Blue) = 202+130+40=372 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.30% from 372); Green value is 130 (51.17% from 255 or 34.95% from 372); Blue value is 40 (16.02% from 255 or 10.75% from 372); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8228 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8228 is #357DD7. Grayscale: #8D8D8D. Windows color (decimal): -3505624 or 2654922. OLE color: 2654922.

HSL color Cylindrical-coordinate representation of color #CA8228: hue angle of 33.33º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA8228 is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB20213040-
CMYK00.360.800.21
HSL33.33º66.94%47.45%-
HSV(B)33.33º80.2%79.22%-
XYZ32.7228.685.82-
YUV141.2770.85171.32-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.30%
GREEN value IS 130 (51.17% from 255) = 34.95%
BLUE value IS 40 (16.02% from 255) = 10.75%
R=54.30%
G=34.95%
B=10.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.80
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021304000.360.800.2133.3366.9447.45
HexCA8228024501521432f
Octal31220250044120254110357
Binary110010101000001010100001001001010000101011000011000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8228; }

 p { color: rgb(202,130,40); }

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

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

 a { background-color: rgb(202,130,40); }

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

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

 span { border-color: rgb(202,130,40); }

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