#CA802A

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

Shades of Geebung #CA802A

Tints of Geebung #CA802A

Color information

#CA802A (or 0xCA802A) is unknown color: approx Geebung. HEX triplet: CA, 80 and 2A. RGB value is (202,128,42). Sum of RGB (Red+Green+Blue) = 202+128+42=372 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.30% from 372); Green value is 128 (50.39% from 255 or 34.41% from 372); Blue value is 42 (16.80% from 255 or 11.29% from 372); Max value from RGB is 202 - color contains mainly: red. Hex color #CA802A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA802A is #357FD5. Grayscale: #8C8C8C. Windows color (decimal): -3506134 or 2785482. OLE color: 2785482.

HSL color Cylindrical-coordinate representation of color #CA802A: hue angle of 32.25º degrees, saturation: 0.66, 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 #CA802A is Cyan = 0, Magento = 0.37, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB20212842-
CMYK00.370.790.21
HSL32.25º65.57%47.84%-
HSV(B)32.25º79.21%79.22%-
XYZ32.4928.165.91-
YUV140.3272.52171.99-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.30%
GREEN value IS 128 (50.39% from 255) = 34.41%
BLUE value IS 42 (16.80% from 255) = 11.29%
R=54.30%
G=34.41%
B=11.29%

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
Decimal2021284200.370.790.2132.2565.5747.84
HexCA802A0254F15204230
Octal31220052045117254010260
Binary110010101000000010101001001011001111101011000001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA802A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA802A; }

 p { color: rgb(202,128,42); }

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

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

 a { background-color: rgb(202,128,42); }

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

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

 span { border-color: rgb(202,128,42); }

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