Html Css Color HEX #C78C1A Nugget

📋 copy color: '#C78C1A'

red 199 ◦ green 140 ◦ blue 26

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

Shades of Nugget #C78C1A

Tints of Nugget #C78C1A

RGB

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

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

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

R = 54.52%
G = 38.36%
B = 7.12%

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

#C78C1A (or 0xC78C1A) is known color: Nugget. HEX triplet: C7, 8C and 1A. RGB value is (199,140,26). Sum of RGB (Red+Green+Blue) = 199+140+26=365 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.52% from 365); Green value is 140 (55.08% from 255 or 38.36% from 365); Blue value is 26 (10.55% from 255 or 7.12% from 365); Max value from RGB is 199 - color contains mainly: red. Hex color #C78C1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78C1A is #3873E5. Grayscale: #919191. Windows color (decimal): -3699686 or 1739975. OLE color: 1739975.

HSL color Cylindrical-coordinate representation of color #C78C1A: hue angle of 39.54º degrees, saturation: 0.77, 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 #C78C1A is Cyan = 0, Magento = 0.30, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 140 26 -
CMYK 0 0.30 0.87 0.22
HSL 39.54º 0.77% 0.44% -
HSV(B) 39.54º 0.87% 0.78% -
XYZ 33.12 30.97 5.21 -
YUV 144.65 61.05 166.77 -
System Red Green Blue C M Y K H S L
Decimal 199 140 26 0 0.30 0.87 0.22 39.54 0.77 0.44
Hex C7 8C 1A 0 1E 57 16 28 4D 2C
Octal 307 214 32 0 36 127 26 50 115 54
Binary 11000111 10001100 11010 0 11110 1010111 10110 101000 1001101 101100

Color Harmonies of #C78C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78C1A

Black with #C78C1A

Text Example


Text Example

White with #C78C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78C1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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