Html Css Color HEX #C99C2E Nugget

📋 copy color: '#C99C2E'

red 201 ◦ green 156 ◦ blue 46

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

Shades of Nugget #C99C2E

Tints of Nugget #C99C2E

RGB

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

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

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

R = 49.88%
G = 38.71%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#C99C2E (or 0xC99C2E) is known color: Nugget. HEX triplet: C9, 9C and 2E. RGB value is (201,156,46). Sum of RGB (Red+Green+Blue) = 201+156+46=403 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.88% from 403); Green value is 156 (61.33% from 255 or 38.71% from 403); Blue value is 46 (18.36% from 255 or 11.41% from 403); Max value from RGB is 201 - color contains mainly: red. Hex color #C99C2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99C2E is #3663D1. Grayscale: #9D9D9D. Windows color (decimal): -3564498 or 3054793. OLE color: 3054793.

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

Color convert

RGB 201 156 46 -
CMYK 0 0.22 0.77 0.21
HSL 42.58º 0.63% 0.48% -
HSV(B) 42.58º 0.77% 0.79% -
XYZ 36.47 36.39 7.69 -
YUV 156.92 65.41 159.44 -
System Red Green Blue C M Y K H S L
Decimal 201 156 46 0 0.22 0.77 0.21 42.58 0.63 0.48
Hex C9 9C 2E 0 16 4D 15 2B 3F 30
Octal 311 234 56 0 26 115 25 53 77 60
Binary 11001001 10011100 101110 0 10110 1001101 10101 101011 111111 110000

Color Harmonies of #C99C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99C2E

Black with #C99C2E

Text Example


Text Example

White with #C99C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99C2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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