Html Css Color HEX #C89D2B Nugget

📋 copy color: '#C89D2B'

red 200 ◦ green 157 ◦ blue 43

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

Shades of Nugget #C89D2B

Tints of Nugget #C89D2B

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.25%

 BLUE value IS 43 (17.19% from 255) = 10.75%

R = 50%
G = 39.25%
B = 10.75%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C89D2B (or 0xC89D2B) is known color: Nugget. HEX triplet: C8, 9D and 2B. RGB value is (200,157,43). Sum of RGB (Red+Green+Blue) = 200+157+43=400 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50% from 400); Green value is 157 (61.72% from 255 or 39.25% from 400); Blue value is 43 (17.19% from 255 or 10.75% from 400); Max value from RGB is 200 - color contains mainly: red. Hex color #C89D2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89D2B is #3762D4. Grayscale: #9D9D9D. Windows color (decimal): -3629781 or 2858440. OLE color: 2858440.

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

Color convert

RGB 200 157 43 -
CMYK 0 0.22 0.78 0.22
HSL 43.57º 0.65% 0.48% -
HSV(B) 43.57º 0.79% 0.78% -
XYZ 36.31 36.57 7.43 -
YUV 156.86 63.75 158.77 -
System Red Green Blue C M Y K H S L
Decimal 200 157 43 0 0.22 0.78 0.22 43.57 0.65 0.48
Hex C8 9D 2B 0 16 4E 16 2C 41 30
Octal 310 235 53 0 26 116 26 54 101 60
Binary 11001000 10011101 101011 0 10110 1001110 10110 101100 1000001 110000

Color Harmonies of #C89D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89D2B

Black with #C89D2B

Text Example


Text Example

White with #C89D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89D2B; }

 p { color: rgb(200,157,43); }

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

background-color css

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

 a { background-color: rgb(200,157,43); }

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

border-color css

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

 span { border-color: rgb(200,157,43); }

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