Html Css Color HEX #C99C28 Nugget

📋 copy color: '#C99C28'

red 201 ◦ green 156 ◦ blue 40

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

Shades of Nugget #C99C28

Tints of Nugget #C99C28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.08%

R = 50.63%
G = 39.29%
B = 10.08%

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

#C99C28 (or 0xC99C28) is known color: Nugget. HEX triplet: C9, 9C and 28. RGB value is (201,156,40). Sum of RGB (Red+Green+Blue) = 201+156+40=397 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.63% from 397); Green value is 156 (61.33% from 255 or 39.29% from 397); Blue value is 40 (16.02% from 255 or 10.08% from 397); Max value from RGB is 201 - color contains mainly: red. Hex color #C99C28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99C28 is #3663D7. Grayscale: #9C9C9C. Windows color (decimal): -3564504 or 2661577. OLE color: 2661577.

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

Color convert

RGB 201 156 40 -
CMYK 0 0.22 0.80 0.21
HSL 43.23º 0.67% 0.47% -
HSV(B) 43.23º 0.8% 0.79% -
XYZ 36.36 36.35 7.11 -
YUV 156.23 62.41 159.93 -
System Red Green Blue C M Y K H S L
Decimal 201 156 40 0 0.22 0.80 0.21 43.23 0.67 0.47
Hex C9 9C 28 0 16 50 15 2B 43 2F
Octal 311 234 50 0 26 120 25 53 103 57
Binary 11001001 10011100 101000 0 10110 1010000 10101 101011 1000011 101111

Color Harmonies of #C99C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99C28

Black with #C99C28

Text Example


Text Example

White with #C99C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99C28; }

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

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

background-color css

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

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

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

border-color css

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

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

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