Html Css Color HEX #C99A2E Nugget

📋 copy color: '#C99A2E'

red 201 ◦ green 154 ◦ blue 46

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

Shades of Nugget #C99A2E

Tints of Nugget #C99A2E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.4%

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

R = 50.12%
G = 38.4%
B = 11.47%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#C99A2E (or 0xC99A2E) is known color: Nugget. HEX triplet: C9, 9A and 2E. RGB value is (201,154,46). Sum of RGB (Red+Green+Blue) = 201+154+46=401 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50.12% from 401); Green value is 154 (60.55% from 255 or 38.40% from 401); Blue value is 46 (18.36% from 255 or 11.47% from 401); Max value from RGB is 201 - color contains mainly: red. Hex color #C99A2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99A2E is #3665D1. Grayscale: #9C9C9C. Windows color (decimal): -3565010 or 3054281. OLE color: 3054281.

HSL color Cylindrical-coordinate representation of color #C99A2E: hue angle of 41.81º 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 #C99A2E is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 154 46 -
CMYK 0 0.23 0.77 0.21
HSL 41.81º 0.63% 0.48% -
HSV(B) 41.81º 0.77% 0.79% -
XYZ 36.14 35.73 7.58 -
YUV 155.74 66.07 160.28 -
System Red Green Blue C M Y K H S L
Decimal 201 154 46 0 0.23 0.77 0.21 41.81 0.63 0.48
Hex C9 9A 2E 0 17 4D 15 2A 3F 30
Octal 311 232 56 0 27 115 25 52 77 60
Binary 11001001 10011010 101110 0 10111 1001101 10101 101010 111111 110000

Color Harmonies of #C99A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99A2E

Black with #C99A2E

Text Example


Text Example

White with #C99A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99A2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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