Html Css Color HEX #C08D1A Nugget

📋 copy color: '#C08D1A'

red 192 ◦ green 141 ◦ blue 26

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

Shades of Nugget #C08D1A

Tints of Nugget #C08D1A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 39.28%

 BLUE value IS 26 (10.55% from 255) = 7.24%

R = 53.48%
G = 39.28%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#C08D1A (or 0xC08D1A) is known color: Nugget. HEX triplet: C0, 8D and 1A. RGB value is (192,141,26). Sum of RGB (Red+Green+Blue) = 192+141+26=359 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.48% from 359); Green value is 141 (55.47% from 255 or 39.28% from 359); Blue value is 26 (10.55% from 255 or 7.24% from 359); Max value from RGB is 192 - color contains mainly: red. Hex color #C08D1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08D1A is #3F72E5. Grayscale: #8F8F8F. Windows color (decimal): -4158182 or 1740224. OLE color: 1740224.

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

Color convert

RGB 192 141 26 -
CMYK 0 0.27 0.86 0.25
HSL 41.57º 0.76% 0.43% -
HSV(B) 41.57º 0.86% 0.75% -
XYZ 31.45 30.33 5.17 -
YUV 143.14 61.9 162.85 -
System Red Green Blue C M Y K H S L
Decimal 192 141 26 0 0.27 0.86 0.25 41.57 0.76 0.43
Hex C0 8D 1A 0 1B 56 19 2A 4C 2B
Octal 300 215 32 0 33 126 31 52 114 53
Binary 11000000 10001101 11010 0 11011 1010110 11001 101010 1001100 101011

Color Harmonies of #C08D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08D1A

Black with #C08D1A

Text Example


Text Example

White with #C08D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08D1A; }

 p { color: rgb(192,141,26); }

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

background-color css

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

 a { background-color: rgb(192,141,26); }

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

border-color css

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

 span { border-color: rgb(192,141,26); }

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