Html Css Color HEX #C08D1B Nugget

📋 copy color: '#C08D1B'

red 192 ◦ green 141 ◦ blue 27

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

Shades of Nugget #C08D1B

Tints of Nugget #C08D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.5%

R = 53.33%
G = 39.17%
B = 7.5%

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

#C08D1B (or 0xC08D1B) is known color: Nugget. HEX triplet: C0, 8D and 1B. RGB value is (192,141,27). Sum of RGB (Red+Green+Blue) = 192+141+27=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 141 (55.47% from 255 or 39.17% from 360); Blue value is 27 (10.94% from 255 or 7.5% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C08D1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08D1B is #3F72E4. Grayscale: #8F8F8F. Windows color (decimal): -4158181 or 1805760. OLE color: 1805760.

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

Color convert

RGB 192 141 27 -
CMYK 0 0.27 0.86 0.25
HSL 41.45º 0.75% 0.43% -
HSV(B) 41.45º 0.86% 0.75% -
XYZ 31.46 30.34 5.23 -
YUV 143.25 62.4 162.77 -
System Red Green Blue C M Y K H S L
Decimal 192 141 27 0 0.27 0.86 0.25 41.45 0.75 0.43
Hex C0 8D 1B 0 1B 56 19 29 4B 2B
Octal 300 215 33 0 33 126 31 51 113 53
Binary 11000000 10001101 11011 0 11011 1010110 11001 101001 1001011 101011

Color Harmonies of #C08D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08D1B

Black with #C08D1B

Text Example


Text Example

White with #C08D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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