Html Css Color HEX #C8921D Nugget

📋 copy color: '#C8921D'

red 200 ◦ green 146 ◦ blue 29

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

Shades of Nugget #C8921D

Tints of Nugget #C8921D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.93%

 BLUE value IS 29 (11.72% from 255) = 7.73%

R = 53.33%
G = 38.93%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C8921D (or 0xC8921D) is known color: Nugget. HEX triplet: C8, 92 and 1D. RGB value is (200,146,29). Sum of RGB (Red+Green+Blue) = 200+146+29=375 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.33% from 375); Green value is 146 (57.42% from 255 or 38.93% from 375); Blue value is 29 (11.72% from 255 or 7.73% from 375); Max value from RGB is 200 - color contains mainly: red. Hex color #C8921D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8921D is #376DE2. Grayscale: #959595. Windows color (decimal): -3632611 or 1938120. OLE color: 1938120.

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

Color convert

RGB 200 146 29 -
CMYK 0 0.27 0.86 0.22
HSL 41.05º 0.75% 0.45% -
HSV(B) 41.05º 0.86% 0.78% -
XYZ 34.32 32.93 5.71 -
YUV 148.81 60.39 164.51 -
System Red Green Blue C M Y K H S L
Decimal 200 146 29 0 0.27 0.86 0.22 41.05 0.75 0.45
Hex C8 92 1D 0 1B 56 16 29 4B 2D
Octal 310 222 35 0 33 126 26 51 113 55
Binary 11001000 10010010 11101 0 11011 1010110 10110 101001 1001011 101101

Color Harmonies of #C8921D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8921D

Black with #C8921D

Text Example


Text Example

White with #C8921D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8921D; }

 p { color: rgb(200,146,29); }

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

background-color css

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

 a { background-color: rgb(200,146,29); }

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

border-color css

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

 span { border-color: rgb(200,146,29); }

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