Html Css Color HEX #C89423 Nugget

📋 copy color: '#C89423'

red 200 ◦ green 148 ◦ blue 35

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

Shades of Nugget #C89423

Tints of Nugget #C89423

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.64%

 BLUE value IS 35 (14.06% from 255) = 9.14%

R = 52.22%
G = 38.64%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C89423 (or 0xC89423) is known color: Nugget. HEX triplet: C8, 94 and 23. RGB value is (200,148,35). Sum of RGB (Red+Green+Blue) = 200+148+35=383 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.22% from 383); Green value is 148 (58.20% from 255 or 38.64% from 383); Blue value is 35 (14.06% from 255 or 9.14% from 383); Max value from RGB is 200 - color contains mainly: red. Hex color #C89423 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89423 is #376BDC. Grayscale: #979797. Windows color (decimal): -3632093 or 2331848. OLE color: 2331848.

HSL color Cylindrical-coordinate representation of color #C89423: hue angle of 41.09º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C89423 is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 148 35 -
CMYK 0 0.26 0.82 0.22
HSL 41.09º 0.7% 0.46% -
HSV(B) 41.09º 0.83% 0.78% -
XYZ 34.71 33.58 6.24 -
YUV 150.67 62.73 163.19 -
System Red Green Blue C M Y K H S L
Decimal 200 148 35 0 0.26 0.82 0.22 41.09 0.7 0.46
Hex C8 94 23 0 1A 52 16 29 46 2E
Octal 310 224 43 0 32 122 26 51 106 56
Binary 11001000 10010100 100011 0 11010 1010010 10110 101001 1000110 101110

Color Harmonies of #C89423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89423

Black with #C89423

Text Example


Text Example

White with #C89423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89423; }

 p { color: rgb(200,148,35); }

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

background-color css

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

 a { background-color: rgb(200,148,35); }

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

border-color css

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

 span { border-color: rgb(200,148,35); }

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