Html Css Color HEX #C08D1E Nugget

📋 copy color: '#C08D1E'

red 192 ◦ green 141 ◦ blue 30

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

Shades of Nugget #C08D1E

Tints of Nugget #C08D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.26%

R = 52.89%
G = 38.84%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#C08D1E (or 0xC08D1E) is known color: Nugget. HEX triplet: C0, 8D and 1E. RGB value is (192,141,30). Sum of RGB (Red+Green+Blue) = 192+141+30=363 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.89% from 363); Green value is 141 (55.47% from 255 or 38.84% from 363); Blue value is 30 (12.11% from 255 or 8.26% from 363); Max value from RGB is 192 - color contains mainly: red. Hex color #C08D1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08D1E is #3F72E1. Grayscale: #909090. Windows color (decimal): -4158178 or 2002368. OLE color: 2002368.

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

Color convert

RGB 192 141 30 -
CMYK 0 0.27 0.84 0.25
HSL 41.11º 0.73% 0.44% -
HSV(B) 41.11º 0.84% 0.75% -
XYZ 31.5 30.35 5.43 -
YUV 143.6 63.9 162.53 -
System Red Green Blue C M Y K H S L
Decimal 192 141 30 0 0.27 0.84 0.25 41.11 0.73 0.44
Hex C0 8D 1E 0 1B 54 19 29 49 2C
Octal 300 215 36 0 33 124 31 51 111 54
Binary 11000000 10001101 11110 0 11011 1010100 11001 101001 1001001 101100

Color Harmonies of #C08D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08D1E

Black with #C08D1E

Text Example


Text Example

White with #C08D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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