Html Css Color HEX #C29E2F Nugget

📋 copy color: '#C29E2F'

red 194 ◦ green 158 ◦ blue 47

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

Shades of Nugget #C29E2F

Tints of Nugget #C29E2F

RGB

 RED value IS 194 (76.17% from 255) = 48.62%

 GREEN value IS 158 (62.11% from 255) = 39.6%

 BLUE value IS 47 (18.75% from 255) = 11.78%

R = 48.62%
G = 39.6%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C29E2F (or 0xC29E2F) is known color: Nugget. HEX triplet: C2, 9E and 2F. RGB value is (194,158,47). Sum of RGB (Red+Green+Blue) = 194+158+47=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 158 (62.11% from 255 or 39.60% from 399); Blue value is 47 (18.75% from 255 or 11.78% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C29E2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29E2F is #3D61D0. Grayscale: #9C9C9C. Windows color (decimal): -4022737 or 3120834. OLE color: 3120834.

HSL color Cylindrical-coordinate representation of color #C29E2F: hue angle of 45.31º degrees, saturation: 0.61, 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 #C29E2F is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 158 47 -
CMYK 0 0.19 0.76 0.24
HSL 45.31º 0.61% 0.47% -
HSV(B) 45.31º 0.76% 0.76% -
XYZ 34.99 36.13 7.82 -
YUV 156.11 66.43 155.03 -
System Red Green Blue C M Y K H S L
Decimal 194 158 47 0 0.19 0.76 0.24 45.31 0.61 0.47
Hex C2 9E 2F 0 13 4C 18 2D 3D 2F
Octal 302 236 57 0 23 114 30 55 75 57
Binary 11000010 10011110 101111 0 10011 1001100 11000 101101 111101 101111

Color Harmonies of #C29E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29E2F

Black with #C29E2F

Text Example


Text Example

White with #C29E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29E2F; }

 p { color: rgb(194,158,47); }

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

background-color css

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

 a { background-color: rgb(194,158,47); }

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

border-color css

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

 span { border-color: rgb(194,158,47); }

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