Html Css Color HEX #C89913 Buddha Gold

📋 copy color: '#C89913'

red 200 ◦ green 153 ◦ blue 19

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

Shades of Buddha Gold #C89913

Tints of Buddha Gold #C89913

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.13%

 BLUE value IS 19 (7.81% from 255) = 5.11%

R = 53.76%
G = 41.13%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C89913 (or 0xC89913) is known color: Buddha Gold. HEX triplet: C8, 99 and 13. RGB value is (200,153,19). Sum of RGB (Red+Green+Blue) = 200+153+19=372 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.76% from 372); Green value is 153 (60.16% from 255 or 41.13% from 372); Blue value is 19 (7.81% from 255 or 5.11% from 372); Max value from RGB is 200 - color contains mainly: red. Hex color #C89913 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89913 is #3766EC. Grayscale: #989898. Windows color (decimal): -3630829 or 1284552. OLE color: 1284552.

HSL color Cylindrical-coordinate representation of color #C89913: hue angle of 44.42º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C89913 is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 153 19 -
CMYK 0 0.24 0.90 0.22
HSL 44.42º 0.83% 0.43% -
HSV(B) 44.42º 0.91% 0.78% -
XYZ 35.33 35.11 5.53 -
YUV 151.78 53.07 162.4 -
System Red Green Blue C M Y K H S L
Decimal 200 153 19 0 0.24 0.90 0.22 44.42 0.83 0.43
Hex C8 99 13 0 18 5A 16 2C 53 2B
Octal 310 231 23 0 30 132 26 54 123 53
Binary 11001000 10011001 10011 0 11000 1011010 10110 101100 1010011 101011

Color Harmonies of #C89913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89913

Black with #C89913

Text Example


Text Example

White with #C89913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89913; }

 p { color: rgb(200,153,19); }

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

background-color css

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

 a { background-color: rgb(200,153,19); }

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

border-color css

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

 span { border-color: rgb(200,153,19); }

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