Html Css Color HEX #C99425 Nugget

📋 copy color: '#C99425'

red 201 ◦ green 148 ◦ blue 37

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

Shades of Nugget #C99425

Tints of Nugget #C99425

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.34%

 BLUE value IS 37 (14.84% from 255) = 9.59%

R = 52.07%
G = 38.34%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#C99425 (or 0xC99425) is known color: Nugget. HEX triplet: C9, 94 and 25. RGB value is (201,148,37). Sum of RGB (Red+Green+Blue) = 201+148+37=386 (51% of max value = 765). Red value is 201 (78.91% from 255 or 52.07% from 386); Green value is 148 (58.20% from 255 or 38.34% from 386); Blue value is 37 (14.84% from 255 or 9.59% from 386); Max value from RGB is 201 - color contains mainly: red. Hex color #C99425 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99425 is #366BDA. Grayscale: #979797. Windows color (decimal): -3566555 or 2462921. OLE color: 2462921.

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

Color convert

RGB 201 148 37 -
CMYK 0 0.26 0.82 0.21
HSL 40.61º 0.69% 0.47% -
HSV(B) 40.61º 0.82% 0.79% -
XYZ 35.01 33.73 6.42 -
YUV 151.19 63.56 163.53 -
System Red Green Blue C M Y K H S L
Decimal 201 148 37 0 0.26 0.82 0.21 40.61 0.69 0.47
Hex C9 94 25 0 1A 52 15 29 45 2F
Octal 311 224 45 0 32 122 25 51 105 57
Binary 11001001 10010100 100101 0 11010 1010010 10101 101001 1000101 101111

Color Harmonies of #C99425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99425

Black with #C99425

Text Example


Text Example

White with #C99425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99425; }

 p { color: rgb(201,148,37); }

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

background-color css

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

 a { background-color: rgb(201,148,37); }

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

border-color css

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

 span { border-color: rgb(201,148,37); }

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