Html Css Color HEX #C89B26 Nugget

📋 copy color: '#C89B26'

red 200 ◦ green 155 ◦ blue 38

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

Shades of Nugget #C89B26

Tints of Nugget #C89B26

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.44%

 BLUE value IS 38 (15.23% from 255) = 9.67%

R = 50.89%
G = 39.44%
B = 9.67%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C89B26 (or 0xC89B26) is known color: Nugget. HEX triplet: C8, 9B and 26. RGB value is (200,155,38). Sum of RGB (Red+Green+Blue) = 200+155+38=393 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.89% from 393); Green value is 155 (60.94% from 255 or 39.44% from 393); Blue value is 38 (15.23% from 255 or 9.67% from 393); Max value from RGB is 200 - color contains mainly: red. Hex color #C89B26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89B26 is #3764D9. Grayscale: #9B9B9B. Windows color (decimal): -3630298 or 2530248. OLE color: 2530248.

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

Color convert

RGB 200 155 38 -
CMYK 0 0.22 0.81 0.22
HSL 43.33º 0.68% 0.47% -
HSV(B) 43.33º 0.81% 0.78% -
XYZ 35.89 35.86 6.86 -
YUV 155.12 61.91 160.01 -
System Red Green Blue C M Y K H S L
Decimal 200 155 38 0 0.22 0.81 0.22 43.33 0.68 0.47
Hex C8 9B 26 0 16 51 16 2B 44 2F
Octal 310 233 46 0 26 121 26 53 104 57
Binary 11001000 10011011 100110 0 10110 1010001 10110 101011 1000100 101111

Color Harmonies of #C89B26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89B26

Black with #C89B26

Text Example


Text Example

White with #C89B26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89B26; }

 p { color: rgb(200,155,38); }

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

background-color css

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

 a { background-color: rgb(200,155,38); }

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

border-color css

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

 span { border-color: rgb(200,155,38); }

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