Html Css Color HEX #C39C26 Nugget

📋 copy color: '#C39C26'

red 195 ◦ green 156 ◦ blue 38

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

Shades of Nugget #C39C26

Tints of Nugget #C39C26

RGB

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

 GREEN value IS 156 (61.33% from 255) = 40.1%

 BLUE value IS 38 (15.23% from 255) = 9.77%

R = 50.13%
G = 40.1%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C39C26 (or 0xC39C26) is known color: Nugget. HEX triplet: C3, 9C and 26. RGB value is (195,156,38). Sum of RGB (Red+Green+Blue) = 195+156+38=389 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.13% from 389); Green value is 156 (61.33% from 255 or 40.10% from 389); Blue value is 38 (15.23% from 255 or 9.77% from 389); Max value from RGB is 195 - color contains mainly: red. Hex color #C39C26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39C26 is #3C63D9. Grayscale: #9A9A9A. Windows color (decimal): -3957722 or 2530499. OLE color: 2530499.

HSL color Cylindrical-coordinate representation of color #C39C26: hue angle of 45.1º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C39C26 is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 156 38 -
CMYK 0 0.20 0.81 0.24
HSL 45.1º 0.67% 0.46% -
HSV(B) 45.1º 0.81% 0.76% -
XYZ 34.74 35.52 6.86 -
YUV 154.21 62.42 157.09 -
System Red Green Blue C M Y K H S L
Decimal 195 156 38 0 0.20 0.81 0.24 45.1 0.67 0.46
Hex C3 9C 26 0 14 51 18 2D 43 2E
Octal 303 234 46 0 24 121 30 55 103 56
Binary 11000011 10011100 100110 0 10100 1010001 11000 101101 1000011 101110

Color Harmonies of #C39C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39C26

Black with #C39C26

Text Example


Text Example

White with #C39C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39C26; }

 p { color: rgb(195,156,38); }

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

background-color css

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

 a { background-color: rgb(195,156,38); }

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

border-color css

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

 span { border-color: rgb(195,156,38); }

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