Html Css Color HEX #C78C21 Nugget

📋 copy color: '#C78C21'

red 199 ◦ green 140 ◦ blue 33

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

Shades of Nugget #C78C21

Tints of Nugget #C78C21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.87%

R = 53.49%
G = 37.63%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C78C21 (or 0xC78C21) is known color: Nugget. HEX triplet: C7, 8C and 21. RGB value is (199,140,33). Sum of RGB (Red+Green+Blue) = 199+140+33=372 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.49% from 372); Green value is 140 (55.08% from 255 or 37.63% from 372); Blue value is 33 (13.28% from 255 or 8.87% from 372); Max value from RGB is 199 - color contains mainly: red. Hex color #C78C21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78C21 is #3873DE. Grayscale: #919191. Windows color (decimal): -3699679 or 2198727. OLE color: 2198727.

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

Color convert

RGB 199 140 33 -
CMYK 0 0.30 0.83 0.22
HSL 38.67º 0.72% 0.45% -
HSV(B) 38.67º 0.83% 0.78% -
XYZ 33.21 31.01 5.67 -
YUV 145.44 64.55 166.2 -
System Red Green Blue C M Y K H S L
Decimal 199 140 33 0 0.30 0.83 0.22 38.67 0.72 0.45
Hex C7 8C 21 0 1E 53 16 27 48 2D
Octal 307 214 41 0 36 123 26 47 110 55
Binary 11000111 10001100 100001 0 11110 1010011 10110 100111 1001000 101101

Color Harmonies of #C78C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78C21

Black with #C78C21

Text Example


Text Example

White with #C78C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78C21; }

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

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

background-color css

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

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

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

border-color css

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

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

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