#CA8425

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

Shades of Geebung #CA8425

Tints of Geebung #CA8425

Color information

#CA8425 (or 0xCA8425) is unknown color: approx Geebung. HEX triplet: CA, 84 and 25. RGB value is (202,132,37). Sum of RGB (Red+Green+Blue) = 202+132+37=371 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.45% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 37 (14.84% from 255 or 9.97% from 371); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8425 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8425 is #357BDA. Grayscale: #8E8E8E. Windows color (decimal): -3505115 or 2458826. OLE color: 2458826.

HSL color Cylindrical-coordinate representation of color #CA8425: hue angle of 34.55º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA8425 is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.21.

Color convert

RGB20213237-
CMYK00.350.820.21
HSL34.55º69.04%46.86%-
HSV(B)34.55º81.68%79.22%-
XYZ32.9429.195.65-
YUV142.168.69170.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.45%
GREEN value IS 132 (51.95% from 255) = 35.58%
BLUE value IS 37 (14.84% from 255) = 9.97%
R=54.45%
G=35.58%
B=9.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.82
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021323700.350.820.2134.5569.0446.86
HexCA8425023521523452f
Octal31220445043122254310557
Binary110010101000010010010101000111010010101011000111000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8425; }

 p { color: rgb(202,132,37); }

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

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

 a { background-color: rgb(202,132,37); }

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

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

 span { border-color: rgb(202,132,37); }

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