Html Css Color HEX #C99F2B Nugget

📋 copy color: '#C99F2B'

red 201 ◦ green 159 ◦ blue 43

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

Shades of Nugget #C99F2B

Tints of Nugget #C99F2B

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.45%

 BLUE value IS 43 (17.19% from 255) = 10.67%

R = 49.88%
G = 39.45%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#C99F2B (or 0xC99F2B) is known color: Nugget. HEX triplet: C9, 9F and 2B. RGB value is (201,159,43). Sum of RGB (Red+Green+Blue) = 201+159+43=403 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.88% from 403); Green value is 159 (62.5% from 255 or 39.45% from 403); Blue value is 43 (17.19% from 255 or 10.67% from 403); Max value from RGB is 201 - color contains mainly: red. Hex color #C99F2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99F2B is #3660D4. Grayscale: #9E9E9E. Windows color (decimal): -3563733 or 2858953. OLE color: 2858953.

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

Color convert

RGB 201 159 43 -
CMYK 0 0.21 0.79 0.21
HSL 44.05º 0.65% 0.48% -
HSV(B) 44.05º 0.79% 0.79% -
XYZ 36.92 37.39 7.56 -
YUV 158.33 62.91 158.43 -
System Red Green Blue C M Y K H S L
Decimal 201 159 43 0 0.21 0.79 0.21 44.05 0.65 0.48
Hex C9 9F 2B 0 15 4F 15 2C 41 30
Octal 311 237 53 0 25 117 25 54 101 60
Binary 11001001 10011111 101011 0 10101 1001111 10101 101100 1000001 110000

Color Harmonies of #C99F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99F2B

Black with #C99F2B

Text Example


Text Example

White with #C99F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99F2B; }

 p { color: rgb(201,159,43); }

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

background-color css

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

 a { background-color: rgb(201,159,43); }

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

border-color css

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

 span { border-color: rgb(201,159,43); }

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