#C89D2A

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

Shades of Nugget #C89D2A

Tints of Nugget #C89D2A

Color information

#C89D2A (or 0xC89D2A) is unknown color: approx Nugget. HEX triplet: C8, 9D and 2A. RGB value is (200,157,42). Sum of RGB (Red+Green+Blue) = 200+157+42=399 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.13% from 399); Green value is 157 (61.72% from 255 or 39.35% from 399); Blue value is 42 (16.80% from 255 or 10.53% from 399); Max value from RGB is 200 - color contains mainly: red. Hex color #C89D2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89D2A is #3762D5. Grayscale: #9D9D9D. Windows color (decimal): -3629782 or 2792904. OLE color: 2792904.

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

Color convert

RGB20015742-
CMYK00.220.790.22
HSL43.67º65.29%47.45%-
HSV(B)43.67º79%78.43%-
XYZ36.2936.567.33-
YUV156.7563.25158.85-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 50.13%
GREEN value IS 157 (61.72% from 255) = 39.35%
BLUE value IS 42 (16.80% from 255) = 10.53%
R=50.13%
G=39.35%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.79
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001574200.220.790.2243.6765.2947.45
HexC89D2A0164F162c412f
Octal31023552026117265410157
Binary11001000100111011010100101101001111101101011001000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89D2A; }

 p { color: rgb(200,157,42); }

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

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

 a { background-color: rgb(200,157,42); }

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

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

 span { border-color: rgb(200,157,42); }

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