Html Css Color HEX #C89A29 Nugget

📋 copy color: '#C89A29'

red 200 ◦ green 154 ◦ blue 41

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

Shades of Nugget #C89A29

Tints of Nugget #C89A29

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.99%

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

R = 50.63%
G = 38.99%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C89A29 (or 0xC89A29) is known color: Nugget. HEX triplet: C8, 9A and 29. RGB value is (200,154,41). Sum of RGB (Red+Green+Blue) = 200+154+41=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 154 (60.55% from 255 or 38.99% from 395); Blue value is 41 (16.41% from 255 or 10.38% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C89A29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89A29 is #3765D6. Grayscale: #9B9B9B. Windows color (decimal): -3630551 or 2726600. OLE color: 2726600.

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

Color convert

RGB 200 154 41 -
CMYK 0 0.23 0.80 0.22
HSL 42.64º 0.66% 0.47% -
HSV(B) 42.64º 0.8% 0.78% -
XYZ 35.78 35.55 7.07 -
YUV 154.87 63.74 160.19 -
System Red Green Blue C M Y K H S L
Decimal 200 154 41 0 0.23 0.80 0.22 42.64 0.66 0.47
Hex C8 9A 29 0 17 50 16 2B 42 2F
Octal 310 232 51 0 27 120 26 53 102 57
Binary 11001000 10011010 101001 0 10111 1010000 10110 101011 1000010 101111

Color Harmonies of #C89A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89A29

Black with #C89A29

Text Example


Text Example

White with #C89A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89A29; }

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

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

background-color css

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

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

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

border-color css

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

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

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