Html Css Color HEX #C89222 Nugget

📋 copy color: '#C89222'

red 200 ◦ green 146 ◦ blue 34

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

Shades of Nugget #C89222

Tints of Nugget #C89222

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.42%

 BLUE value IS 34 (13.67% from 255) = 8.95%

R = 52.63%
G = 38.42%
B = 8.95%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C89222 (or 0xC89222) is known color: Nugget. HEX triplet: C8, 92 and 22. RGB value is (200,146,34). Sum of RGB (Red+Green+Blue) = 200+146+34=380 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.63% from 380); Green value is 146 (57.42% from 255 or 38.42% from 380); Blue value is 34 (13.67% from 255 or 8.95% from 380); Max value from RGB is 200 - color contains mainly: red. Hex color #C89222 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89222 is #376DDD. Grayscale: #959595. Windows color (decimal): -3632606 or 2265800. OLE color: 2265800.

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

Color convert

RGB 200 146 34 -
CMYK 0 0.27 0.83 0.22
HSL 40.48º 0.71% 0.46% -
HSV(B) 40.48º 0.83% 0.78% -
XYZ 34.39 32.95 6.06 -
YUV 149.38 62.89 164.11 -
System Red Green Blue C M Y K H S L
Decimal 200 146 34 0 0.27 0.83 0.22 40.48 0.71 0.46
Hex C8 92 22 0 1B 53 16 28 47 2E
Octal 310 222 42 0 33 123 26 50 107 56
Binary 11001000 10010010 100010 0 11011 1010011 10110 101000 1000111 101110

Color Harmonies of #C89222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89222

Black with #C89222

Text Example


Text Example

White with #C89222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89222; }

 p { color: rgb(200,146,34); }

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

background-color css

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

 a { background-color: rgb(200,146,34); }

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

border-color css

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

 span { border-color: rgb(200,146,34); }

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