Html Css Color HEX #C89213 Buddha Gold

📋 copy color: '#C89213'

red 200 ◦ green 146 ◦ blue 19

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

Shades of Buddha Gold #C89213

Tints of Buddha Gold #C89213

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40%

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

R = 54.79%
G = 40%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C89213 (or 0xC89213) is known color: Buddha Gold. HEX triplet: C8, 92 and 13. RGB value is (200,146,19). Sum of RGB (Red+Green+Blue) = 200+146+19=365 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.79% from 365); Green value is 146 (57.42% from 255 or 40% from 365); Blue value is 19 (7.81% from 255 or 5.21% from 365); Max value from RGB is 200 - color contains mainly: red. Hex color #C89213 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89213 is #376DEC. Grayscale: #949494. Windows color (decimal): -3632621 or 1282760. OLE color: 1282760.

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

Color convert

RGB 200 146 19 -
CMYK 0 0.27 0.90 0.22
HSL 42.1º 0.83% 0.43% -
HSV(B) 42.1º 0.91% 0.78% -
XYZ 34.22 32.88 5.16 -
YUV 147.67 55.39 165.33 -
System Red Green Blue C M Y K H S L
Decimal 200 146 19 0 0.27 0.90 0.22 42.1 0.83 0.43
Hex C8 92 13 0 1B 5A 16 2A 53 2B
Octal 310 222 23 0 33 132 26 52 123 53
Binary 11001000 10010010 10011 0 11011 1011010 10110 101010 1010011 101011

Color Harmonies of #C89213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89213

Black with #C89213

Text Example


Text Example

White with #C89213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89213; }

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

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

background-color css

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

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

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

border-color css

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

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

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