Html Css Color HEX #C8992F Nugget

📋 copy color: '#C8992F'

red 200 ◦ green 153 ◦ blue 47

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

Shades of Nugget #C8992F

Tints of Nugget #C8992F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.25%

 BLUE value IS 47 (18.75% from 255) = 11.75%

R = 50%
G = 38.25%
B = 11.75%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C8992F (or 0xC8992F) is known color: Nugget. HEX triplet: C8, 99 and 2F. RGB value is (200,153,47). Sum of RGB (Red+Green+Blue) = 200+153+47=400 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50% from 400); Green value is 153 (60.16% from 255 or 38.25% from 400); Blue value is 47 (18.75% from 255 or 11.75% from 400); Max value from RGB is 200 - color contains mainly: red. Hex color #C8992F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8992F is #3766D0. Grayscale: #9B9B9B. Windows color (decimal): -3630801 or 3119560. OLE color: 3119560.

HSL color Cylindrical-coordinate representation of color #C8992F: hue angle of 41.57º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C8992F is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 153 47 -
CMYK 0 0.24 0.76 0.22
HSL 41.57º 0.62% 0.48% -
HSV(B) 41.57º 0.77% 0.78% -
XYZ 35.72 35.27 7.61 -
YUV 154.97 67.07 160.12 -
System Red Green Blue C M Y K H S L
Decimal 200 153 47 0 0.24 0.76 0.22 41.57 0.62 0.48
Hex C8 99 2F 0 18 4C 16 2A 3E 30
Octal 310 231 57 0 30 114 26 52 76 60
Binary 11001000 10011001 101111 0 11000 1001100 10110 101010 111110 110000

Color Harmonies of #C8992F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8992F

Black with #C8992F

Text Example


Text Example

White with #C8992F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8992F; }

 p { color: rgb(200,153,47); }

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

background-color css

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

 a { background-color: rgb(200,153,47); }

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

border-color css

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

 span { border-color: rgb(200,153,47); }

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