Html Css Color HEX #C99A29 Nugget

📋 copy color: '#C99A29'

red 201 ◦ green 154 ◦ blue 41

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

Shades of Nugget #C99A29

Tints of Nugget #C99A29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.35%

R = 50.76%
G = 38.89%
B = 10.35%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#C99A29 (or 0xC99A29) is known color: Nugget. HEX triplet: C9, 9A and 29. RGB value is (201,154,41). Sum of RGB (Red+Green+Blue) = 201+154+41=396 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.76% from 396); Green value is 154 (60.55% from 255 or 38.89% from 396); Blue value is 41 (16.41% from 255 or 10.35% from 396); Max value from RGB is 201 - color contains mainly: red. Hex color #C99A29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99A29 is #3665D6. Grayscale: #9B9B9B. Windows color (decimal): -3565015 or 2726601. OLE color: 2726601.

HSL color Cylindrical-coordinate representation of color #C99A29: hue angle of 42.38º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C99A29 is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 154 41 -
CMYK 0 0.23 0.80 0.21
HSL 42.38º 0.66% 0.47% -
HSV(B) 42.38º 0.8% 0.79% -
XYZ 36.04 35.69 7.09 -
YUV 155.17 63.57 160.69 -
System Red Green Blue C M Y K H S L
Decimal 201 154 41 0 0.23 0.80 0.21 42.38 0.66 0.47
Hex C9 9A 29 0 17 50 15 2A 42 2F
Octal 311 232 51 0 27 120 25 52 102 57
Binary 11001001 10011010 101001 0 10111 1010000 10101 101010 1000010 101111

Color Harmonies of #C99A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99A29

Black with #C99A29

Text Example


Text Example

White with #C99A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99A29; }

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

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

background-color css

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

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

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

border-color css

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

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

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