Html Css Color HEX #C89615 Buddha Gold

📋 copy color: '#C89615'

red 200 ◦ green 150 ◦ blue 21

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

Shades of Buddha Gold #C89615

Tints of Buddha Gold #C89615

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.43%

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

R = 53.91%
G = 40.43%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C89615 (or 0xC89615) is known color: Buddha Gold. HEX triplet: C8, 96 and 15. RGB value is (200,150,21). Sum of RGB (Red+Green+Blue) = 200+150+21=371 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.91% from 371); Green value is 150 (58.98% from 255 or 40.43% from 371); Blue value is 21 (8.59% from 255 or 5.66% from 371); Max value from RGB is 200 - color contains mainly: red. Hex color #C89615 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89615 is #3769EA. Grayscale: #969696. Windows color (decimal): -3631595 or 1414856. OLE color: 1414856.

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

Color convert

RGB 200 150 21 -
CMYK 0 0.25 0.90 0.22
HSL 43.24º 0.81% 0.43% -
HSV(B) 43.24º 0.9% 0.78% -
XYZ 34.86 34.15 5.46 -
YUV 150.24 55.07 163.49 -
System Red Green Blue C M Y K H S L
Decimal 200 150 21 0 0.25 0.90 0.22 43.24 0.81 0.43
Hex C8 96 15 0 19 5A 16 2B 51 2B
Octal 310 226 25 0 31 132 26 53 121 53
Binary 11001000 10010110 10101 0 11001 1011010 10110 101011 1010001 101011

Color Harmonies of #C89615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89615

Black with #C89615

Text Example


Text Example

White with #C89615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89615; }

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

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

background-color css

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

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

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

border-color css

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

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

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