Html Css Color HEX #C99B2C Nugget

📋 copy color: '#C99B2C'

red 201 ◦ green 155 ◦ blue 44

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

Shades of Nugget #C99B2C

Tints of Nugget #C99B2C

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.75%

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

R = 50.25%
G = 38.75%
B = 11%

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

#C99B2C (or 0xC99B2C) is known color: Nugget. HEX triplet: C9, 9B and 2C. RGB value is (201,155,44). Sum of RGB (Red+Green+Blue) = 201+155+44=400 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.25% from 400); Green value is 155 (60.94% from 255 or 38.75% from 400); Blue value is 44 (17.58% from 255 or 11% from 400); Max value from RGB is 201 - color contains mainly: red. Hex color #C99B2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99B2C is #3664D3. Grayscale: #9C9C9C. Windows color (decimal): -3564756 or 2923465. OLE color: 2923465.

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

Color convert

RGB 201 155 44 -
CMYK 0 0.23 0.78 0.21
HSL 42.42º 0.64% 0.48% -
HSV(B) 42.42º 0.78% 0.79% -
XYZ 36.26 36.04 7.43 -
YUV 156.1 64.74 160.03 -
System Red Green Blue C M Y K H S L
Decimal 201 155 44 0 0.23 0.78 0.21 42.42 0.64 0.48
Hex C9 9B 2C 0 17 4E 15 2A 40 30
Octal 311 233 54 0 27 116 25 52 100 60
Binary 11001001 10011011 101100 0 10111 1001110 10101 101010 1000000 110000

Color Harmonies of #C99B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99B2C

Black with #C99B2C

Text Example


Text Example

White with #C99B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99B2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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