Html Css Color HEX #C99C2C Nugget

📋 copy color: '#C99C2C'

red 201 ◦ green 156 ◦ blue 44

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

Shades of Nugget #C99C2C

Tints of Nugget #C99C2C

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.9%

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

R = 50.12%
G = 38.9%
B = 10.97%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#C99C2C (or 0xC99C2C) is known color: Nugget. HEX triplet: C9, 9C and 2C. RGB value is (201,156,44). Sum of RGB (Red+Green+Blue) = 201+156+44=401 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50.12% from 401); Green value is 156 (61.33% from 255 or 38.90% from 401); Blue value is 44 (17.58% from 255 or 10.97% from 401); Max value from RGB is 201 - color contains mainly: red. Hex color #C99C2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99C2C is #3663D3. Grayscale: #9D9D9D. Windows color (decimal): -3564500 or 2923721. OLE color: 2923721.

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

Color convert

RGB 201 156 44 -
CMYK 0 0.22 0.78 0.21
HSL 42.8º 0.64% 0.48% -
HSV(B) 42.8º 0.78% 0.79% -
XYZ 36.43 36.38 7.48 -
YUV 156.69 64.41 159.61 -
System Red Green Blue C M Y K H S L
Decimal 201 156 44 0 0.22 0.78 0.21 42.8 0.64 0.48
Hex C9 9C 2C 0 16 4E 15 2B 40 30
Octal 311 234 54 0 26 116 25 53 100 60
Binary 11001001 10011100 101100 0 10110 1001110 10101 101011 1000000 110000

Color Harmonies of #C99C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99C2C

Black with #C99C2C

Text Example


Text Example

White with #C99C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99C2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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