#CA6A2E

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

Shades of Gold Drop #CA6A2E

Tints of Gold Drop #CA6A2E

Color information

#CA6A2E (or 0xCA6A2E) is unknown color: approx Gold Drop. HEX triplet: CA, 6A and 2E. RGB value is (202,106,46). Sum of RGB (Red+Green+Blue) = 202+106+46=354 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.06% from 354); Green value is 106 (41.80% from 255 or 29.94% from 354); Blue value is 46 (18.36% from 255 or 12.99% from 354); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6A2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6A2E is #3595D1. Grayscale: #808080. Windows color (decimal): -3511762 or 3041994. OLE color: 3041994.

HSL color Cylindrical-coordinate representation of color #CA6A2E: hue angle of 23.08º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA6A2E is Cyan = 0, Magento = 0.48, Yellow = 0.77 and Black (K on CMYK) = 0.21.

Color convert

RGB20210646-
CMYK00.480.770.21
HSL23.08º62.9%48.63%-
HSV(B)23.08º77.23%79.22%-
XYZ3023.065.45-
YUV127.8681.8180.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.06%
GREEN value IS 106 (41.80% from 255) = 29.94%
BLUE value IS 46 (18.36% from 255) = 12.99%
R=57.06%
G=29.94%
B=12.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.77
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021064600.480.770.2123.0862.948.63
HexCA6A2E0304D15173f31
Octal3121525606011525277761
Binary110010101101010101110011000010011011010110111111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6A2E; }

 p { color: rgb(202,106,46); }

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

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

 a { background-color: rgb(202,106,46); }

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

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

 span { border-color: rgb(202,106,46); }

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