Html Css Color HEX #C89820 Buddha Gold

📋 copy color: '#C89820'

red 200 ◦ green 152 ◦ blue 32

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

Shades of Buddha Gold #C89820

Tints of Buddha Gold #C89820

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.58%

 BLUE value IS 32 (12.89% from 255) = 8.33%

R = 52.08%
G = 39.58%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C89820 (or 0xC89820) is known color: Buddha Gold. HEX triplet: C8, 98 and 20. RGB value is (200,152,32). Sum of RGB (Red+Green+Blue) = 200+152+32=384 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.08% from 384); Green value is 152 (59.77% from 255 or 39.58% from 384); Blue value is 32 (12.89% from 255 or 8.33% from 384); Max value from RGB is 200 - color contains mainly: red. Hex color #C89820 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89820 is #3767DF. Grayscale: #999999. Windows color (decimal): -3631072 or 2136264. OLE color: 2136264.

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

Color convert

RGB 200 152 32 -
CMYK 0 0.24 0.84 0.22
HSL 42.86º 0.72% 0.45% -
HSV(B) 42.86º 0.84% 0.78% -
XYZ 35.31 34.84 6.23 -
YUV 152.67 59.9 161.76 -
System Red Green Blue C M Y K H S L
Decimal 200 152 32 0 0.24 0.84 0.22 42.86 0.72 0.45
Hex C8 98 20 0 18 54 16 2B 48 2D
Octal 310 230 40 0 30 124 26 53 110 55
Binary 11001000 10011000 100000 0 11000 1010100 10110 101011 1001000 101101

Color Harmonies of #C89820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89820

Black with #C89820

Text Example


Text Example

White with #C89820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89820; }

 p { color: rgb(200,152,32); }

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

background-color css

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

 a { background-color: rgb(200,152,32); }

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

border-color css

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

 span { border-color: rgb(200,152,32); }

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