Html Css Color HEX #C08C1A Nugget

📋 copy color: '#C08C1A'

red 192 ◦ green 140 ◦ blue 26

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

Shades of Nugget #C08C1A

Tints of Nugget #C08C1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.26%

R = 53.63%
G = 39.11%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#C08C1A (or 0xC08C1A) is known color: Nugget. HEX triplet: C0, 8C and 1A. RGB value is (192,140,26). Sum of RGB (Red+Green+Blue) = 192+140+26=358 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.63% from 358); Green value is 140 (55.08% from 255 or 39.11% from 358); Blue value is 26 (10.55% from 255 or 7.26% from 358); Max value from RGB is 192 - color contains mainly: red. Hex color #C08C1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08C1A is #3F73E5. Grayscale: #8F8F8F. Windows color (decimal): -4158438 or 1739968. OLE color: 1739968.

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

Color convert

RGB 192 140 26 -
CMYK 0 0.27 0.86 0.25
HSL 41.2º 0.76% 0.43% -
HSV(B) 41.2º 0.86% 0.75% -
XYZ 31.3 30.04 5.13 -
YUV 142.55 62.23 163.27 -
System Red Green Blue C M Y K H S L
Decimal 192 140 26 0 0.27 0.86 0.25 41.2 0.76 0.43
Hex C0 8C 1A 0 1B 56 19 29 4C 2B
Octal 300 214 32 0 33 126 31 51 114 53
Binary 11000000 10001100 11010 0 11011 1010110 11001 101001 1001100 101011

Color Harmonies of #C08C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08C1A

Black with #C08C1A

Text Example


Text Example

White with #C08C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08C1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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