Html Css Color HEX #C99C29 Nugget

📋 copy color: '#C99C29'

red 201 ◦ green 156 ◦ blue 41

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

Shades of Nugget #C99C29

Tints of Nugget #C99C29

RGB

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

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

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

R = 50.5%
G = 39.2%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#C99C29 (or 0xC99C29) is known color: Nugget. HEX triplet: C9, 9C and 29. RGB value is (201,156,41). Sum of RGB (Red+Green+Blue) = 201+156+41=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 156 (61.33% from 255 or 39.20% from 398); Blue value is 41 (16.41% from 255 or 10.30% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C99C29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99C29 is #3663D6. Grayscale: #9C9C9C. Windows color (decimal): -3564503 or 2727113. OLE color: 2727113.

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

Color convert

RGB 201 156 41 -
CMYK 0 0.22 0.80 0.21
HSL 43.13º 0.66% 0.47% -
HSV(B) 43.13º 0.8% 0.79% -
XYZ 36.38 36.35 7.2 -
YUV 156.35 62.91 159.85 -
System Red Green Blue C M Y K H S L
Decimal 201 156 41 0 0.22 0.80 0.21 43.13 0.66 0.47
Hex C9 9C 29 0 16 50 15 2B 42 2F
Octal 311 234 51 0 26 120 25 53 102 57
Binary 11001001 10011100 101001 0 10110 1010000 10101 101011 1000010 101111

Color Harmonies of #C99C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99C29

Black with #C99C29

Text Example


Text Example

White with #C99C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99C29; }

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

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

background-color css

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

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

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

border-color css

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

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

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