#CA9623

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

Shades of Nugget #CA9623

Tints of Nugget #CA9623

Color information

#CA9623 (or 0xCA9623) is unknown color: approx Nugget. HEX triplet: CA, 96 and 23. RGB value is (202,150,35). Sum of RGB (Red+Green+Blue) = 202+150+35=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 150 (58.98% from 255 or 38.76% from 387); Blue value is 35 (14.06% from 255 or 9.04% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9623 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9623 is #3569DC. Grayscale: #989898. Windows color (decimal): -3500509 or 2332362. OLE color: 2332362.

HSL color Cylindrical-coordinate representation of color #CA9623: hue angle of 41.32º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA9623 is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.21.

Color convert

RGB20215035-
CMYK00.260.830.21
HSL41.32º70.46%46.47%-
HSV(B)41.32º82.67%79.22%-
XYZ35.5734.496.37-
YUV152.4461.73163.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.20%
GREEN value IS 150 (58.98% from 255) = 38.76%
BLUE value IS 35 (14.06% from 255) = 9.04%
R=52.20%
G=38.76%
B=9.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.83
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021503500.260.830.2141.3270.4646.47
HexCA962301A531529462e
Octal31222643032123255110656
Binary11001010100101101000110110101010011101011010011000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9623; }

 p { color: rgb(202,150,35); }

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

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

 a { background-color: rgb(202,150,35); }

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

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

 span { border-color: rgb(202,150,35); }

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