Html Css Color HEX #C89F29 Nugget

📋 copy color: '#C89F29'

red 200 ◦ green 159 ◦ blue 41

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

Shades of Nugget #C89F29

Tints of Nugget #C89F29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.25%

R = 50%
G = 39.75%
B = 10.25%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C89F29 (or 0xC89F29) is known color: Nugget. HEX triplet: C8, 9F and 29. RGB value is (200,159,41). Sum of RGB (Red+Green+Blue) = 200+159+41=400 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50% from 400); Green value is 159 (62.5% from 255 or 39.75% from 400); Blue value is 41 (16.41% from 255 or 10.25% from 400); Max value from RGB is 200 - color contains mainly: red. Hex color #C89F29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89F29 is #3760D6. Grayscale: #9E9E9E. Windows color (decimal): -3629271 or 2727880. OLE color: 2727880.

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

Color convert

RGB 200 159 41 -
CMYK 0 0.20 0.80 0.22
HSL 44.53º 0.66% 0.47% -
HSV(B) 44.53º 0.8% 0.78% -
XYZ 36.62 37.24 7.36 -
YUV 157.81 62.08 158.09 -
System Red Green Blue C M Y K H S L
Decimal 200 159 41 0 0.20 0.80 0.22 44.53 0.66 0.47
Hex C8 9F 29 0 14 50 16 2D 42 2F
Octal 310 237 51 0 24 120 26 55 102 57
Binary 11001000 10011111 101001 0 10100 1010000 10110 101101 1000010 101111

Color Harmonies of #C89F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89F29

Black with #C89F29

Text Example


Text Example

White with #C89F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89F29; }

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

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

background-color css

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

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

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

border-color css

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

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

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