Html Css Color HEX #C0901C Nugget

📋 copy color: '#C0901C'

red 192 ◦ green 144 ◦ blue 28

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

Shades of Nugget #C0901C

Tints of Nugget #C0901C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.69%

R = 52.75%
G = 39.56%
B = 7.69%

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

#C0901C (or 0xC0901C) is known color: Nugget. HEX triplet: C0, 90 and 1C. RGB value is (192,144,28). Sum of RGB (Red+Green+Blue) = 192+144+28=364 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.75% from 364); Green value is 144 (56.64% from 255 or 39.56% from 364); Blue value is 28 (11.33% from 255 or 7.69% from 364); Max value from RGB is 192 - color contains mainly: red. Hex color #C0901C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0901C is #3F6FE3. Grayscale: #919191. Windows color (decimal): -4157412 or 1872064. OLE color: 1872064.

HSL color Cylindrical-coordinate representation of color #C0901C: hue angle of 42.44º degrees, saturation: 0.75, 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 #C0901C is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 144 28 -
CMYK 0 0.25 0.85 0.25
HSL 42.44º 0.75% 0.43% -
HSV(B) 42.44º 0.85% 0.75% -
XYZ 31.92 31.24 5.45 -
YUV 145.13 61.9 161.43 -
System Red Green Blue C M Y K H S L
Decimal 192 144 28 0 0.25 0.85 0.25 42.44 0.75 0.43
Hex C0 90 1C 0 19 55 19 2A 4B 2B
Octal 300 220 34 0 31 125 31 52 113 53
Binary 11000000 10010000 11100 0 11001 1010101 11001 101010 1001011 101011

Color Harmonies of #C0901C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0901C

Black with #C0901C

Text Example


Text Example

White with #C0901C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0901C; }

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

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

background-color css

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

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

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

border-color css

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

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

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