Html Css Color HEX #C08C1E Nugget

📋 copy color: '#C08C1E'

red 192 ◦ green 140 ◦ blue 30

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

Shades of Nugget #C08C1E

Tints of Nugget #C08C1E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.67%

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

R = 53.04%
G = 38.67%
B = 8.29%

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

#C08C1E (or 0xC08C1E) is known color: Nugget. HEX triplet: C0, 8C and 1E. RGB value is (192,140,30). Sum of RGB (Red+Green+Blue) = 192+140+30=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 140 (55.08% from 255 or 38.67% from 362); Blue value is 30 (12.11% from 255 or 8.29% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C08C1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08C1E is #3F73E1. Grayscale: #8F8F8F. Windows color (decimal): -4158434 or 2002112. OLE color: 2002112.

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

Color convert

RGB 192 140 30 -
CMYK 0 0.27 0.84 0.25
HSL 40.74º 0.73% 0.44% -
HSV(B) 40.74º 0.84% 0.75% -
XYZ 31.35 30.06 5.38 -
YUV 143.01 64.23 162.94 -
System Red Green Blue C M Y K H S L
Decimal 192 140 30 0 0.27 0.84 0.25 40.74 0.73 0.44
Hex C0 8C 1E 0 1B 54 19 29 49 2C
Octal 300 214 36 0 33 124 31 51 111 54
Binary 11000000 10001100 11110 0 11011 1010100 11001 101001 1001001 101100

Color Harmonies of #C08C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08C1E

Black with #C08C1E

Text Example


Text Example

White with #C08C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08C1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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