#C2902E

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

Shades of Nugget #C2902E

Tints of Nugget #C2902E

Color information

#C2902E (or 0xC2902E) is unknown color: approx Nugget. HEX triplet: C2, 90 and 2E. RGB value is (194,144,46). Sum of RGB (Red+Green+Blue) = 194+144+46=384 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.52% from 384); Green value is 144 (56.64% from 255 or 37.5% from 384); Blue value is 46 (18.36% from 255 or 11.98% from 384); Max value from RGB is 194 - color contains mainly: red. Hex color #C2902E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2902E is #3D6FD1. Grayscale: #949494. Windows color (decimal): -4026322 or 3051714. OLE color: 3051714.

HSL color Cylindrical-coordinate representation of color #C2902E: hue angle of 39.73º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C2902E is Cyan = 0, Magento = 0.26, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB19414446-
CMYK00.260.760.24
HSL39.73º61.67%47.06%-
HSV(B)39.73º76.29%76.08%-
XYZ32.7131.616.96-
YUV147.7870.56160.97-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50.52%
GREEN value IS 144 (56.64% from 255) = 37.5%
BLUE value IS 46 (18.36% from 255) = 11.98%
R=50.52%
G=37.5%
B=11.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.76
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941444600.260.760.2439.7361.6747.06
HexC2902E01A4C18283e2f
Octal3022205603211430507657
Binary1100001010010000101110011010100110011000101000111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2902E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2902E; }

 p { color: rgb(194,144,46); }

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

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

 a { background-color: rgb(194,144,46); }

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

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

 span { border-color: rgb(194,144,46); }

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