#CA9E2D

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

Shades of Nugget #CA9E2D

Tints of Nugget #CA9E2D

Color information

#CA9E2D (or 0xCA9E2D) is unknown color: approx Nugget. HEX triplet: CA, 9E and 2D. RGB value is (202,158,45). Sum of RGB (Red+Green+Blue) = 202+158+45=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 158 (62.11% from 255 or 39.01% from 405); Blue value is 45 (17.97% from 255 or 11.11% from 405); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9E2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9E2D is #3561D2. Grayscale: #9E9E9E. Windows color (decimal): -3498451 or 2989770. OLE color: 2989770.

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

Color convert

RGB20215845-
CMYK00.220.780.21
HSL43.18º63.56%48.43%-
HSV(B)43.18º77.72%79.22%-
XYZ37.0637.27.71-
YUV158.2764.08159.19-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.88%
GREEN value IS 158 (62.11% from 255) = 39.01%
BLUE value IS 45 (17.97% from 255) = 11.11%
R=49.88%
G=39.01%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.78
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021584500.220.780.2143.1863.5648.43
HexCA9E2D0164E152b4030
Octal31223655026116255310060
Binary11001010100111101011010101101001110101011010111000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9E2D; }

 p { color: rgb(202,158,45); }

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

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

 a { background-color: rgb(202,158,45); }

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

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

 span { border-color: rgb(202,158,45); }

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