Html Css Color HEX #C08D20 Nugget

📋 copy color: '#C08D20'

red 192 ◦ green 141 ◦ blue 32

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

Shades of Nugget #C08D20

Tints of Nugget #C08D20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.77%

R = 52.6%
G = 38.63%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#C08D20 (or 0xC08D20) is known color: Nugget. HEX triplet: C0, 8D and 20. RGB value is (192,141,32). Sum of RGB (Red+Green+Blue) = 192+141+32=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 141 (55.47% from 255 or 38.63% from 365); Blue value is 32 (12.89% from 255 or 8.77% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C08D20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08D20 is #3F72DF. Grayscale: #909090. Windows color (decimal): -4158176 or 2133440. OLE color: 2133440.

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

Color convert

RGB 192 141 32 -
CMYK 0 0.27 0.83 0.25
HSL 40.88º 0.71% 0.44% -
HSV(B) 40.88º 0.83% 0.75% -
XYZ 31.52 30.36 5.57 -
YUV 143.82 64.9 162.36 -
System Red Green Blue C M Y K H S L
Decimal 192 141 32 0 0.27 0.83 0.25 40.88 0.71 0.44
Hex C0 8D 20 0 1B 53 19 29 47 2C
Octal 300 215 40 0 33 123 31 51 107 54
Binary 11000000 10001101 100000 0 11011 1010011 11001 101001 1000111 101100

Color Harmonies of #C08D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08D20

Black with #C08D20

Text Example


Text Example

White with #C08D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08D20; }

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

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

background-color css

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

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

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

border-color css

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

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

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