Html Css Color HEX #C8911E Nugget

📋 copy color: '#C8911E'

red 200 ◦ green 145 ◦ blue 30

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

Shades of Nugget #C8911E

Tints of Nugget #C8911E

RGB

 RED value IS 200 (78.52% from 255) = 53.33%

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

 BLUE value IS 30 (12.11% from 255) = 8%

R = 53.33%
G = 38.67%
B = 8%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C8911E (or 0xC8911E) is known color: Nugget. HEX triplet: C8, 91 and 1E. RGB value is (200,145,30). Sum of RGB (Red+Green+Blue) = 200+145+30=375 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.33% from 375); Green value is 145 (57.03% from 255 or 38.67% from 375); Blue value is 30 (12.11% from 255 or 8% from 375); Max value from RGB is 200 - color contains mainly: red. Hex color #C8911E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8911E is #376EE1. Grayscale: #949494. Windows color (decimal): -3632866 or 2003400. OLE color: 2003400.

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

Color convert

RGB 200 145 30 -
CMYK 0 0.28 0.85 0.22
HSL 40.59º 0.74% 0.45% -
HSV(B) 40.59º 0.85% 0.78% -
XYZ 34.18 32.62 5.72 -
YUV 148.34 61.22 164.85 -
System Red Green Blue C M Y K H S L
Decimal 200 145 30 0 0.28 0.85 0.22 40.59 0.74 0.45
Hex C8 91 1E 0 1C 55 16 29 4A 2D
Octal 310 221 36 0 34 125 26 51 112 55
Binary 11001000 10010001 11110 0 11100 1010101 10110 101001 1001010 101101

Color Harmonies of #C8911E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8911E

Black with #C8911E

Text Example


Text Example

White with #C8911E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8911E; }

 p { color: rgb(200,145,30); }

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

background-color css

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

 a { background-color: rgb(200,145,30); }

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

border-color css

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

 span { border-color: rgb(200,145,30); }

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