Html Css Color HEX #C3A033 Nugget

📋 copy color: '#C3A033'

red 195 ◦ green 160 ◦ blue 51

#C3A033
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nugget #C3A033

Tints of Nugget #C3A033

RGB

 RED value IS 195 (76.56% from 255) = 48.03%

 GREEN value IS 160 (62.89% from 255) = 39.41%

 BLUE value IS 51 (20.31% from 255) = 12.56%

R = 48.03%
G = 39.41%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C3A033 (or 0xC3A033) is known color: Nugget. HEX triplet: C3, A0 and 33. RGB value is (195,160,51). Sum of RGB (Red+Green+Blue) = 195+160+51=406 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.03% from 406); Green value is 160 (62.89% from 255 or 39.41% from 406); Blue value is 51 (20.31% from 255 or 12.56% from 406); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A033 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A033 is #3C5FCC. Grayscale: #9E9E9E. Windows color (decimal): -3956685 or 3383491. OLE color: 3383491.

HSL color Cylindrical-coordinate representation of color #C3A033: hue angle of 45.42º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C3A033 is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 160 51 -
CMYK 0 0.18 0.74 0.24
HSL 45.42º 0.59% 0.48% -
HSV(B) 45.42º 0.74% 0.76% -
XYZ 35.67 36.98 8.39 -
YUV 158.04 67.6 154.36 -
System Red Green Blue C M Y K H S L
Decimal 195 160 51 0 0.18 0.74 0.24 45.42 0.59 0.48
Hex C3 A0 33 0 12 4A 18 2D 3B 30
Octal 303 240 63 0 22 112 30 55 73 60
Binary 11000011 10100000 110011 0 10010 1001010 11000 101101 111011 110000

Color Harmonies of #C3A033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A033

Black with #C3A033

Text Example


Text Example

White with #C3A033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A033; }

 p { color: rgb(195,160,51); }

 H1.HeaderClassName
 {
   color: #C3A033;
 }
 .AnyTagClassName
 {
   color: #C3A033;
 }
</style>

background-color css

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

 a { background-color: rgb(195,160,51); }

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

border-color css

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

 span { border-color: rgb(195,160,51); }

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