Html Css Color HEX #C99F2E Nugget

📋 copy color: '#C99F2E'

red 201 ◦ green 159 ◦ blue 46

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

Shades of Nugget #C99F2E

Tints of Nugget #C99F2E

RGB

 RED value IS 201 (78.91% from 255) = 49.51%

 GREEN value IS 159 (62.5% from 255) = 39.16%

 BLUE value IS 46 (18.36% from 255) = 11.33%

R = 49.51%
G = 39.16%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#C99F2E (or 0xC99F2E) is known color: Nugget. HEX triplet: C9, 9F and 2E. RGB value is (201,159,46). Sum of RGB (Red+Green+Blue) = 201+159+46=406 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.51% from 406); Green value is 159 (62.5% from 255 or 39.16% from 406); Blue value is 46 (18.36% from 255 or 11.33% from 406); Max value from RGB is 201 - color contains mainly: red. Hex color #C99F2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99F2E is #3660D1. Grayscale: #9F9F9F. Windows color (decimal): -3563730 or 3055561. OLE color: 3055561.

HSL color Cylindrical-coordinate representation of color #C99F2E: hue angle of 43.74º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C99F2E is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 159 46 -
CMYK 0 0.21 0.77 0.21
HSL 43.74º 0.63% 0.48% -
HSV(B) 43.74º 0.77% 0.79% -
XYZ 36.98 37.41 7.86 -
YUV 158.68 64.41 158.19 -
System Red Green Blue C M Y K H S L
Decimal 201 159 46 0 0.21 0.77 0.21 43.74 0.63 0.48
Hex C9 9F 2E 0 15 4D 15 2C 3F 30
Octal 311 237 56 0 25 115 25 54 77 60
Binary 11001001 10011111 101110 0 10101 1001101 10101 101100 111111 110000

Color Harmonies of #C99F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99F2E

Black with #C99F2E

Text Example


Text Example

White with #C99F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99F2E; }

 p { color: rgb(201,159,46); }

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

background-color css

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

 a { background-color: rgb(201,159,46); }

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

border-color css

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

 span { border-color: rgb(201,159,46); }

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