Html Css Color HEX #C89E2D Nugget

📋 copy color: '#C89E2D'

red 200 ◦ green 158 ◦ blue 45

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

Shades of Nugget #C89E2D

Tints of Nugget #C89E2D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.21%

 BLUE value IS 45 (17.97% from 255) = 11.17%

R = 49.63%
G = 39.21%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C89E2D (or 0xC89E2D) is known color: Nugget. HEX triplet: C8, 9E and 2D. RGB value is (200,158,45). Sum of RGB (Red+Green+Blue) = 200+158+45=403 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.63% from 403); Green value is 158 (62.11% from 255 or 39.21% from 403); Blue value is 45 (17.97% from 255 or 11.17% from 403); Max value from RGB is 200 - color contains mainly: red. Hex color #C89E2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89E2D is #3761D2. Grayscale: #9E9E9E. Windows color (decimal): -3629523 or 2989768. OLE color: 2989768.

HSL color Cylindrical-coordinate representation of color #C89E2D: hue angle of 43.74º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C89E2D is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 158 45 -
CMYK 0 0.21 0.78 0.22
HSL 43.74º 0.63% 0.48% -
HSV(B) 43.74º 0.78% 0.78% -
XYZ 36.52 36.92 7.68 -
YUV 157.68 64.41 158.19 -
System Red Green Blue C M Y K H S L
Decimal 200 158 45 0 0.21 0.78 0.22 43.74 0.63 0.48
Hex C8 9E 2D 0 15 4E 16 2C 3F 30
Octal 310 236 55 0 25 116 26 54 77 60
Binary 11001000 10011110 101101 0 10101 1001110 10110 101100 111111 110000

Color Harmonies of #C89E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89E2D

Black with #C89E2D

Text Example


Text Example

White with #C89E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89E2D; }

 p { color: rgb(200,158,45); }

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

background-color css

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

 a { background-color: rgb(200,158,45); }

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

border-color css

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

 span { border-color: rgb(200,158,45); }

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