#CA9723

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

Shades of Nugget #CA9723

Tints of Nugget #CA9723

Color information

#CA9723 (or 0xCA9723) is unknown color: approx Nugget. HEX triplet: CA, 97 and 23. RGB value is (202,151,35). Sum of RGB (Red+Green+Blue) = 202+151+35=388 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.06% from 388); Green value is 151 (59.38% from 255 or 38.92% from 388); Blue value is 35 (14.06% from 255 or 9.02% from 388); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9723 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9723 is #3568DC. Grayscale: #999999. Windows color (decimal): -3500253 or 2332618. OLE color: 2332618.

HSL color Cylindrical-coordinate representation of color #CA9723: hue angle of 41.68º 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 #CA9723 is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.21.

Color convert

RGB20215135-
CMYK00.250.830.21
HSL41.68º70.46%46.47%-
HSV(B)41.68º82.67%79.22%-
XYZ35.7334.816.43-
YUV153.0261.4162.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.06%
GREEN value IS 151 (59.38% from 255) = 38.92%
BLUE value IS 35 (14.06% from 255) = 9.02%
R=52.06%
G=38.92%
B=9.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.83
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021513500.250.830.2141.6870.4646.47
HexCA972301953152a462e
Octal31222743031123255210656
Binary11001010100101111000110110011010011101011010101000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9723

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9723; }

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

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

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

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

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

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

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

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