Html Css Color HEX #C7912B Nugget

📋 copy color: '#C7912B'

red 199 ◦ green 145 ◦ blue 43

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

Shades of Nugget #C7912B

Tints of Nugget #C7912B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.47%

 BLUE value IS 43 (17.19% from 255) = 11.11%

R = 51.42%
G = 37.47%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C7912B (or 0xC7912B) is known color: Nugget. HEX triplet: C7, 91 and 2B. RGB value is (199,145,43). Sum of RGB (Red+Green+Blue) = 199+145+43=387 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.42% from 387); Green value is 145 (57.03% from 255 or 37.47% from 387); Blue value is 43 (17.19% from 255 or 11.11% from 387); Max value from RGB is 199 - color contains mainly: red. Hex color #C7912B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7912B is #386ED4. Grayscale: #959595. Windows color (decimal): -3698389 or 2855367. OLE color: 2855367.

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

Color convert

RGB 199 145 43 -
CMYK 0 0.27 0.78 0.22
HSL 39.23º 0.64% 0.47% -
HSV(B) 39.23º 0.78% 0.78% -
XYZ 34.11 32.57 6.77 -
YUV 149.52 67.89 163.29 -
System Red Green Blue C M Y K H S L
Decimal 199 145 43 0 0.27 0.78 0.22 39.23 0.64 0.47
Hex C7 91 2B 0 1B 4E 16 27 40 2F
Octal 307 221 53 0 33 116 26 47 100 57
Binary 11000111 10010001 101011 0 11011 1001110 10110 100111 1000000 101111

Color Harmonies of #C7912B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7912B

Black with #C7912B

Text Example


Text Example

White with #C7912B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7912B; }

 p { color: rgb(199,145,43); }

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

background-color css

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

 a { background-color: rgb(199,145,43); }

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

border-color css

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

 span { border-color: rgb(199,145,43); }

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