#CA9326

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

Shades of Nugget #CA9326

Tints of Nugget #CA9326

Color information

#CA9326 (or 0xCA9326) is unknown color: approx Nugget. HEX triplet: CA, 93 and 26. RGB value is (202,147,38). Sum of RGB (Red+Green+Blue) = 202+147+38=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 147 (57.81% from 255 or 37.98% from 387); Blue value is 38 (15.23% from 255 or 9.82% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9326 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9326 is #356CD9. Grayscale: #979797. Windows color (decimal): -3501274 or 2528202. OLE color: 2528202.

HSL color Cylindrical-coordinate representation of color #CA9326: hue angle of 39.88º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA9326 is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.21.

Color convert

RGB20214738-
CMYK00.270.810.21
HSL39.88º68.33%47.06%-
HSV(B)39.88º81.19%79.22%-
XYZ35.1433.566.46-
YUV151.0264.22164.36-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.20%
GREEN value IS 147 (57.81% from 255) = 37.98%
BLUE value IS 38 (15.23% from 255) = 9.82%
R=52.20%
G=37.98%
B=9.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.81
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021473800.270.810.2139.8868.3347.06
HexCA932601B511528442f
Octal31222346033121255010457
Binary11001010100100111001100110111010001101011010001000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9326; }

 p { color: rgb(202,147,38); }

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

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

 a { background-color: rgb(202,147,38); }

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

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

 span { border-color: rgb(202,147,38); }

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