Html Css Color HEX #C89B1A Buddha Gold

📋 copy color: '#C89B1A'

red 200 ◦ green 155 ◦ blue 26

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

Shades of Buddha Gold #C89B1A

Tints of Buddha Gold #C89B1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.82%

R = 52.49%
G = 40.68%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C89B1A (or 0xC89B1A) is known color: Buddha Gold. HEX triplet: C8, 9B and 1A. RGB value is (200,155,26). Sum of RGB (Red+Green+Blue) = 200+155+26=381 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.49% from 381); Green value is 155 (60.94% from 255 or 40.68% from 381); Blue value is 26 (10.55% from 255 or 6.82% from 381); Max value from RGB is 200 - color contains mainly: red. Hex color #C89B1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89B1A is #3764E5. Grayscale: #9A9A9A. Windows color (decimal): -3630310 or 1743816. OLE color: 1743816.

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

Color convert

RGB 200 155 26 -
CMYK 0 0.22 0.87 0.22
HSL 44.48º 0.77% 0.44% -
HSV(B) 44.48º 0.87% 0.78% -
XYZ 35.73 35.8 6 -
YUV 153.75 55.91 160.99 -
System Red Green Blue C M Y K H S L
Decimal 200 155 26 0 0.22 0.87 0.22 44.48 0.77 0.44
Hex C8 9B 1A 0 16 57 16 2C 4D 2C
Octal 310 233 32 0 26 127 26 54 115 54
Binary 11001000 10011011 11010 0 10110 1010111 10110 101100 1001101 101100

Color Harmonies of #C89B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89B1A

Black with #C89B1A

Text Example


Text Example

White with #C89B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89B1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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