#CA882A

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

Shades of Geebung #CA882A

Tints of Geebung #CA882A

Color information

#CA882A (or 0xCA882A) is unknown color: approx Geebung. HEX triplet: CA, 88 and 2A. RGB value is (202,136,42). Sum of RGB (Red+Green+Blue) = 202+136+42=380 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.16% from 380); Green value is 136 (53.52% from 255 or 35.79% from 380); Blue value is 42 (16.80% from 255 or 11.05% from 380); Max value from RGB is 202 - color contains mainly: red. Hex color #CA882A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA882A is #3577D5. Grayscale: #919191. Windows color (decimal): -3504086 or 2787530. OLE color: 2787530.

HSL color Cylindrical-coordinate representation of color #CA882A: hue angle of 35.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 #CA882A is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB20213642-
CMYK00.330.790.21
HSL35.25º65.57%47.84%-
HSV(B)35.25º79.21%79.22%-
XYZ33.5830.336.28-
YUV145.0269.87168.64-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.16%
GREEN value IS 136 (53.52% from 255) = 35.79%
BLUE value IS 42 (16.80% from 255) = 11.05%
R=53.16%
G=35.79%
B=11.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.79
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021364200.330.790.2135.2565.5747.84
HexCA882A0214F15234230
Octal31221052041117254310260
Binary110010101000100010101001000011001111101011000111000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA882A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA882A; }

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

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

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

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

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

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

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

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