Html Css Color HEX #C89B19 Buddha Gold

📋 copy color: '#C89B19'

red 200 ◦ green 155 ◦ blue 25

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

Shades of Buddha Gold #C89B19

Tints of Buddha Gold #C89B19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.58%

R = 52.63%
G = 40.79%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C89B19 (or 0xC89B19) is known color: Buddha Gold. HEX triplet: C8, 9B and 19. RGB value is (200,155,25). Sum of RGB (Red+Green+Blue) = 200+155+25=380 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.63% from 380); Green value is 155 (60.94% from 255 or 40.79% from 380); Blue value is 25 (10.16% from 255 or 6.58% from 380); Max value from RGB is 200 - color contains mainly: red. Hex color #C89B19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89B19 is #3764E6. Grayscale: #9A9A9A. Windows color (decimal): -3630311 or 1678280. OLE color: 1678280.

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

Color convert

RGB 200 155 25 -
CMYK 0 0.22 0.88 0.22
HSL 44.57º 0.78% 0.44% -
HSV(B) 44.57º 0.88% 0.78% -
XYZ 35.72 35.79 5.95 -
YUV 153.64 55.41 161.07 -
System Red Green Blue C M Y K H S L
Decimal 200 155 25 0 0.22 0.88 0.22 44.57 0.78 0.44
Hex C8 9B 19 0 16 58 16 2D 4E 2C
Octal 310 233 31 0 26 130 26 55 116 54
Binary 11001000 10011011 11001 0 10110 1011000 10110 101101 1001110 101100

Color Harmonies of #C89B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89B19

Black with #C89B19

Text Example


Text Example

White with #C89B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89B19; }

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

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

background-color css

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

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

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

border-color css

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

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

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