Html Css Color HEX #C08D1F Nugget

📋 copy color: '#C08D1F'

red 192 ◦ green 141 ◦ blue 31

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

Shades of Nugget #C08D1F

Tints of Nugget #C08D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.52%

R = 52.75%
G = 38.74%
B = 8.52%

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

#C08D1F (or 0xC08D1F) is known color: Nugget. HEX triplet: C0, 8D and 1F. RGB value is (192,141,31). Sum of RGB (Red+Green+Blue) = 192+141+31=364 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.75% from 364); Green value is 141 (55.47% from 255 or 38.74% from 364); Blue value is 31 (12.5% from 255 or 8.52% from 364); Max value from RGB is 192 - color contains mainly: red. Hex color #C08D1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08D1F is #3F72E0. Grayscale: #909090. Windows color (decimal): -4158177 or 2067904. OLE color: 2067904.

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

Color convert

RGB 192 141 31 -
CMYK 0 0.27 0.84 0.25
HSL 40.99º 0.72% 0.44% -
HSV(B) 40.99º 0.84% 0.75% -
XYZ 31.51 30.36 5.49 -
YUV 143.71 64.4 162.44 -
System Red Green Blue C M Y K H S L
Decimal 192 141 31 0 0.27 0.84 0.25 40.99 0.72 0.44
Hex C0 8D 1F 0 1B 54 19 29 48 2C
Octal 300 215 37 0 33 124 31 51 110 54
Binary 11000000 10001101 11111 0 11011 1010100 11001 101001 1001000 101100

Color Harmonies of #C08D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08D1F

Black with #C08D1F

Text Example


Text Example

White with #C08D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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