Html Css Color HEX #C99A2B Nugget

📋 copy color: '#C99A2B'

red 201 ◦ green 154 ◦ blue 43

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

Shades of Nugget #C99A2B

Tints of Nugget #C99A2B

RGB

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

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

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

R = 50.5%
G = 38.69%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#C99A2B (or 0xC99A2B) is known color: Nugget. HEX triplet: C9, 9A and 2B. RGB value is (201,154,43). Sum of RGB (Red+Green+Blue) = 201+154+43=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 154 (60.55% from 255 or 38.69% from 398); Blue value is 43 (17.19% from 255 or 10.80% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C99A2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99A2B is #3665D4. Grayscale: #9B9B9B. Windows color (decimal): -3565013 or 2857673. OLE color: 2857673.

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

Color convert

RGB 201 154 43 -
CMYK 0 0.23 0.79 0.21
HSL 42.15º 0.65% 0.48% -
HSV(B) 42.15º 0.79% 0.79% -
XYZ 36.08 35.7 7.28 -
YUV 155.4 64.57 160.53 -
System Red Green Blue C M Y K H S L
Decimal 201 154 43 0 0.23 0.79 0.21 42.15 0.65 0.48
Hex C9 9A 2B 0 17 4F 15 2A 41 30
Octal 311 232 53 0 27 117 25 52 101 60
Binary 11001001 10011010 101011 0 10111 1001111 10101 101010 1000001 110000

Color Harmonies of #C99A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99A2B

Black with #C99A2B

Text Example


Text Example

White with #C99A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99A2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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