Html Css Color HEX #C89619 Buddha Gold

📋 copy color: '#C89619'

red 200 ◦ green 150 ◦ blue 25

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

Shades of Buddha Gold #C89619

Tints of Buddha Gold #C89619

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40%

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

R = 53.33%
G = 40%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C89619 (or 0xC89619) is known color: Buddha Gold. HEX triplet: C8, 96 and 19. RGB value is (200,150,25). Sum of RGB (Red+Green+Blue) = 200+150+25=375 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.33% from 375); Green value is 150 (58.98% from 255 or 40% from 375); Blue value is 25 (10.16% from 255 or 6.67% from 375); Max value from RGB is 200 - color contains mainly: red. Hex color #C89619 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89619 is #3769E6. Grayscale: #979797. Windows color (decimal): -3631591 or 1677000. OLE color: 1677000.

HSL color Cylindrical-coordinate representation of color #C89619: hue angle of 42.86º 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 #C89619 is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 150 25 -
CMYK 0 0.25 0.88 0.22
HSL 42.86º 0.78% 0.44% -
HSV(B) 42.86º 0.88% 0.78% -
XYZ 34.9 34.16 5.67 -
YUV 150.7 57.07 163.16 -
System Red Green Blue C M Y K H S L
Decimal 200 150 25 0 0.25 0.88 0.22 42.86 0.78 0.44
Hex C8 96 19 0 19 58 16 2B 4E 2C
Octal 310 226 31 0 31 130 26 53 116 54
Binary 11001000 10010110 11001 0 11001 1011000 10110 101011 1001110 101100

Color Harmonies of #C89619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89619

Black with #C89619

Text Example


Text Example

White with #C89619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89619; }

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

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

background-color css

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

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

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

border-color css

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

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

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