Html Css Color HEX #C89F2F Nugget

📋 copy color: '#C89F2F'

red 200 ◦ green 159 ◦ blue 47

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

Shades of Nugget #C89F2F

Tints of Nugget #C89F2F

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.16%

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

R = 49.26%
G = 39.16%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C89F2F (or 0xC89F2F) is known color: Nugget. HEX triplet: C8, 9F and 2F. RGB value is (200,159,47). Sum of RGB (Red+Green+Blue) = 200+159+47=406 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.26% from 406); Green value is 159 (62.5% from 255 or 39.16% from 406); Blue value is 47 (18.75% from 255 or 11.58% from 406); Max value from RGB is 200 - color contains mainly: red. Hex color #C89F2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89F2F is #3760D0. Grayscale: #9E9E9E. Windows color (decimal): -3629265 or 3121096. OLE color: 3121096.

HSL color Cylindrical-coordinate representation of color #C89F2F: hue angle of 43.92º 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 #C89F2F is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 159 47 -
CMYK 0 0.20 0.76 0.22
HSL 43.92º 0.62% 0.48% -
HSV(B) 43.92º 0.77% 0.78% -
XYZ 36.73 37.28 7.95 -
YUV 158.49 65.08 157.61 -
System Red Green Blue C M Y K H S L
Decimal 200 159 47 0 0.20 0.76 0.22 43.92 0.62 0.48
Hex C8 9F 2F 0 14 4C 16 2C 3E 30
Octal 310 237 57 0 24 114 26 54 76 60
Binary 11001000 10011111 101111 0 10100 1001100 10110 101100 111110 110000

Color Harmonies of #C89F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89F2F

Black with #C89F2F

Text Example


Text Example

White with #C89F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89F2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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