Html Css Color HEX #C08E20 Nugget

📋 copy color: '#C08E20'

red 192 ◦ green 142 ◦ blue 32

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

Shades of Nugget #C08E20

Tints of Nugget #C08E20

RGB

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

 GREEN value IS 142 (55.86% from 255) = 38.8%

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

R = 52.46%
G = 38.8%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#C08E20 (or 0xC08E20) is known color: Nugget. HEX triplet: C0, 8E and 20. RGB value is (192,142,32). Sum of RGB (Red+Green+Blue) = 192+142+32=366 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.46% from 366); Green value is 142 (55.86% from 255 or 38.80% from 366); Blue value is 32 (12.89% from 255 or 8.74% from 366); Max value from RGB is 192 - color contains mainly: red. Hex color #C08E20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08E20 is #3F71DF. Grayscale: #909090. Windows color (decimal): -4157920 or 2133696. OLE color: 2133696.

HSL color Cylindrical-coordinate representation of color #C08E20: hue angle of 41.25º 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 #C08E20 is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 142 32 -
CMYK 0 0.26 0.83 0.25
HSL 41.25º 0.71% 0.44% -
HSV(B) 41.25º 0.83% 0.75% -
XYZ 31.67 30.66 5.61 -
YUV 144.41 64.57 161.94 -
System Red Green Blue C M Y K H S L
Decimal 192 142 32 0 0.26 0.83 0.25 41.25 0.71 0.44
Hex C0 8E 20 0 1A 53 19 29 47 2C
Octal 300 216 40 0 32 123 31 51 107 54
Binary 11000000 10001110 100000 0 11010 1010011 11001 101001 1000111 101100

Color Harmonies of #C08E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08E20

Black with #C08E20

Text Example


Text Example

White with #C08E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08E20; }

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

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

background-color css

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

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

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

border-color css

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

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

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