Html Css Color HEX #C89719 Buddha Gold

📋 copy color: '#C89719'

red 200 ◦ green 151 ◦ blue 25

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

Shades of Buddha Gold #C89719

Tints of Buddha Gold #C89719

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.16%

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

R = 53.19%
G = 40.16%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C89719 (or 0xC89719) is known color: Buddha Gold. HEX triplet: C8, 97 and 19. RGB value is (200,151,25). Sum of RGB (Red+Green+Blue) = 200+151+25=376 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.19% from 376); Green value is 151 (59.38% from 255 or 40.16% from 376); Blue value is 25 (10.16% from 255 or 6.65% from 376); Max value from RGB is 200 - color contains mainly: red. Hex color #C89719 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89719 is #3768E6. Grayscale: #979797. Windows color (decimal): -3631335 or 1677256. OLE color: 1677256.

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

Color convert

RGB 200 151 25 -
CMYK 0 0.24 0.88 0.22
HSL 43.2º 0.78% 0.44% -
HSV(B) 43.2º 0.88% 0.78% -
XYZ 35.06 34.48 5.73 -
YUV 151.29 56.73 162.75 -
System Red Green Blue C M Y K H S L
Decimal 200 151 25 0 0.24 0.88 0.22 43.2 0.78 0.44
Hex C8 97 19 0 18 58 16 2B 4E 2C
Octal 310 227 31 0 30 130 26 53 116 54
Binary 11001000 10010111 11001 0 11000 1011000 10110 101011 1001110 101100

Color Harmonies of #C89719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89719

Black with #C89719

Text Example


Text Example

White with #C89719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89719; }

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

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

background-color css

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

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

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

border-color css

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

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

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