Html Css Color HEX #C99A2C Nugget

📋 copy color: '#C99A2C'

red 201 ◦ green 154 ◦ blue 44

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

Shades of Nugget #C99A2C

Tints of Nugget #C99A2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.03%

R = 50.38%
G = 38.6%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#C99A2C (or 0xC99A2C) is known color: Nugget. HEX triplet: C9, 9A and 2C. RGB value is (201,154,44). Sum of RGB (Red+Green+Blue) = 201+154+44=399 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.38% from 399); Green value is 154 (60.55% from 255 or 38.60% from 399); Blue value is 44 (17.58% from 255 or 11.03% from 399); Max value from RGB is 201 - color contains mainly: red. Hex color #C99A2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99A2C is #3665D3. Grayscale: #9C9C9C. Windows color (decimal): -3565012 or 2923209. OLE color: 2923209.

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

Color convert

RGB 201 154 44 -
CMYK 0 0.23 0.78 0.21
HSL 42.04º 0.64% 0.48% -
HSV(B) 42.04º 0.78% 0.79% -
XYZ 36.1 35.71 7.37 -
YUV 155.51 65.07 160.44 -
System Red Green Blue C M Y K H S L
Decimal 201 154 44 0 0.23 0.78 0.21 42.04 0.64 0.48
Hex C9 9A 2C 0 17 4E 15 2A 40 30
Octal 311 232 54 0 27 116 25 52 100 60
Binary 11001001 10011010 101100 0 10111 1001110 10101 101010 1000000 110000

Color Harmonies of #C99A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99A2C

Black with #C99A2C

Text Example


Text Example

White with #C99A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99A2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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