#CA6831

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

Shades of Gold Drop #CA6831

Tints of Gold Drop #CA6831

Color information

#CA6831 (or 0xCA6831) is unknown color: approx Gold Drop. HEX triplet: CA, 68 and 31. RGB value is (202,104,49). Sum of RGB (Red+Green+Blue) = 202+104+49=355 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.90% from 355); Green value is 104 (41.02% from 255 or 29.30% from 355); Blue value is 49 (19.53% from 255 or 13.80% from 355); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6831 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6831 is #3597CE. Grayscale: #7F7F7F. Windows color (decimal): -3512271 or 3238090. OLE color: 3238090.

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

Color convert

RGB20210449-
CMYK00.490.760.21
HSL21.57º60.96%49.22%-
HSV(B)21.57º75.74%79.22%-
XYZ29.8622.685.71-
YUV127.0383.97181.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 56.90%
GREEN value IS 104 (41.02% from 255) = 29.30%
BLUE value IS 49 (19.53% from 255) = 13.80%
R=56.90%
G=29.30%
B=13.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.76
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021044900.490.760.2121.5760.9649.22
HexCA68310314C15163d31
Octal3121506106111425267561
Binary110010101101000110001011000110011001010110110111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6831; }

 p { color: rgb(202,104,49); }

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

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

 a { background-color: rgb(202,104,49); }

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

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

 span { border-color: rgb(202,104,49); }

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