Html Css Color HEX #C89718 Buddha Gold

📋 copy color: '#C89718'

red 200 ◦ green 151 ◦ blue 24

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

Shades of Buddha Gold #C89718

Tints of Buddha Gold #C89718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.4%

R = 53.33%
G = 40.27%
B = 6.4%

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

#C89718 (or 0xC89718) is known color: Buddha Gold. HEX triplet: C8, 97 and 18. RGB value is (200,151,24). Sum of RGB (Red+Green+Blue) = 200+151+24=375 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.33% from 375); Green value is 151 (59.38% from 255 or 40.27% from 375); Blue value is 24 (9.77% from 255 or 6.4% from 375); Max value from RGB is 200 - color contains mainly: red. Hex color #C89718 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89718 is #3768E7. Grayscale: #979797. Windows color (decimal): -3631336 or 1611720. OLE color: 1611720.

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

Color convert

RGB 200 151 24 -
CMYK 0 0.24 0.88 0.22
HSL 43.3º 0.79% 0.44% -
HSV(B) 43.3º 0.88% 0.78% -
XYZ 35.05 34.48 5.67 -
YUV 151.17 56.23 162.83 -
System Red Green Blue C M Y K H S L
Decimal 200 151 24 0 0.24 0.88 0.22 43.3 0.79 0.44
Hex C8 97 18 0 18 58 16 2B 4F 2C
Octal 310 227 30 0 30 130 26 53 117 54
Binary 11001000 10010111 11000 0 11000 1011000 10110 101011 1001111 101100

Color Harmonies of #C89718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89718

Black with #C89718

Text Example


Text Example

White with #C89718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89718; }

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

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

background-color css

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

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

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

border-color css

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

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

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