Html Css Color HEX #C0901D Nugget

📋 copy color: '#C0901D'

red 192 ◦ green 144 ◦ blue 29

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

Shades of Nugget #C0901D

Tints of Nugget #C0901D

RGB

 RED value IS 192 (75.39% from 255) = 52.6%

 GREEN value IS 144 (56.64% from 255) = 39.45%

 BLUE value IS 29 (11.72% from 255) = 7.95%

R = 52.6%
G = 39.45%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#C0901D (or 0xC0901D) is known color: Nugget. HEX triplet: C0, 90 and 1D. RGB value is (192,144,29). Sum of RGB (Red+Green+Blue) = 192+144+29=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 144 (56.64% from 255 or 39.45% from 365); Blue value is 29 (11.72% from 255 or 7.95% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C0901D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0901D is #3F6FE2. Grayscale: #919191. Windows color (decimal): -4157411 or 1937600. OLE color: 1937600.

HSL color Cylindrical-coordinate representation of color #C0901D: hue angle of 42.33º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C0901D is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 144 29 -
CMYK 0 0.25 0.85 0.25
HSL 42.33º 0.74% 0.43% -
HSV(B) 42.33º 0.85% 0.75% -
XYZ 31.93 31.24 5.51 -
YUV 145.24 62.4 161.35 -
System Red Green Blue C M Y K H S L
Decimal 192 144 29 0 0.25 0.85 0.25 42.33 0.74 0.43
Hex C0 90 1D 0 19 55 19 2A 4A 2B
Octal 300 220 35 0 31 125 31 52 112 53
Binary 11000000 10010000 11101 0 11001 1010101 11001 101010 1001010 101011

Color Harmonies of #C0901D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0901D

Black with #C0901D

Text Example


Text Example

White with #C0901D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0901D; }

 p { color: rgb(192,144,29); }

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

background-color css

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

 a { background-color: rgb(192,144,29); }

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

border-color css

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

 span { border-color: rgb(192,144,29); }

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