Html Css Color HEX #C78C19 Nugget

📋 copy color: '#C78C19'

red 199 ◦ green 140 ◦ blue 25

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

Shades of Nugget #C78C19

Tints of Nugget #C78C19

RGB

 RED value IS 199 (78.13% from 255) = 54.67%

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

 BLUE value IS 25 (10.16% from 255) = 6.87%

R = 54.67%
G = 38.46%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C78C19 (or 0xC78C19) is known color: Nugget. HEX triplet: C7, 8C and 19. RGB value is (199,140,25). Sum of RGB (Red+Green+Blue) = 199+140+25=364 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.67% from 364); Green value is 140 (55.08% from 255 or 38.46% from 364); Blue value is 25 (10.16% from 255 or 6.87% from 364); Max value from RGB is 199 - color contains mainly: red. Hex color #C78C19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C78C19 is #3873E6. Grayscale: #919191. Windows color (decimal): -3699687 or 1674439. OLE color: 1674439.

HSL color Cylindrical-coordinate representation of color #C78C19: hue angle of 39.66º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C78C19 is Cyan = 0, Magento = 0.30, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 140 25 -
CMYK 0 0.30 0.87 0.22
HSL 39.66º 0.78% 0.44% -
HSV(B) 39.66º 0.87% 0.78% -
XYZ 33.11 30.97 5.15 -
YUV 144.53 60.55 166.85 -
System Red Green Blue C M Y K H S L
Decimal 199 140 25 0 0.30 0.87 0.22 39.66 0.78 0.44
Hex C7 8C 19 0 1E 57 16 28 4E 2C
Octal 307 214 31 0 36 127 26 50 116 54
Binary 11000111 10001100 11001 0 11110 1010111 10110 101000 1001110 101100

Color Harmonies of #C78C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78C19

Black with #C78C19

Text Example


Text Example

White with #C78C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78C19; }

 p { color: rgb(199,140,25); }

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

background-color css

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

 a { background-color: rgb(199,140,25); }

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

border-color css

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

 span { border-color: rgb(199,140,25); }

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