Html Css Color HEX #C89315 Buddha Gold

📋 copy color: '#C89315'

red 200 ◦ green 147 ◦ blue 21

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

Shades of Buddha Gold #C89315

Tints of Buddha Gold #C89315

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.95%

 BLUE value IS 21 (8.59% from 255) = 5.71%

R = 54.35%
G = 39.95%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C89315 (or 0xC89315) is known color: Buddha Gold. HEX triplet: C8, 93 and 15. RGB value is (200,147,21). Sum of RGB (Red+Green+Blue) = 200+147+21=368 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.35% from 368); Green value is 147 (57.81% from 255 or 39.95% from 368); Blue value is 21 (8.59% from 255 or 5.71% from 368); Max value from RGB is 200 - color contains mainly: red. Hex color #C89315 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89315 is #376CEA. Grayscale: #959595. Windows color (decimal): -3632363 or 1414088. OLE color: 1414088.

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

Color convert

RGB 200 147 21 -
CMYK 0 0.26 0.90 0.22
HSL 42.23º 0.81% 0.43% -
HSV(B) 42.23º 0.9% 0.78% -
XYZ 34.39 33.2 5.31 -
YUV 148.48 56.06 164.75 -
System Red Green Blue C M Y K H S L
Decimal 200 147 21 0 0.26 0.90 0.22 42.23 0.81 0.43
Hex C8 93 15 0 1A 5A 16 2A 51 2B
Octal 310 223 25 0 32 132 26 52 121 53
Binary 11001000 10010011 10101 0 11010 1011010 10110 101010 1010001 101011

Color Harmonies of #C89315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89315

Black with #C89315

Text Example


Text Example

White with #C89315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89315; }

 p { color: rgb(200,147,21); }

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

background-color css

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

 a { background-color: rgb(200,147,21); }

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

border-color css

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

 span { border-color: rgb(200,147,21); }

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