Html Css Color HEX #C89612 Buddha Gold

📋 copy color: '#C89612'

red 200 ◦ green 150 ◦ blue 18

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

Shades of Buddha Gold #C89612

Tints of Buddha Gold #C89612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.89%

R = 54.35%
G = 40.76%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C89612 (or 0xC89612) is known color: Buddha Gold. HEX triplet: C8, 96 and 12. RGB value is (200,150,18). Sum of RGB (Red+Green+Blue) = 200+150+18=368 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.35% from 368); Green value is 150 (58.98% from 255 or 40.76% from 368); Blue value is 18 (7.42% from 255 or 4.89% from 368); Max value from RGB is 200 - color contains mainly: red. Hex color #C89612 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89612 is #3769ED. Grayscale: #969696. Windows color (decimal): -3631598 or 1218248. OLE color: 1218248.

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

Color convert

RGB 200 150 18 -
CMYK 0 0.25 0.91 0.22
HSL 43.52º 0.83% 0.43% -
HSV(B) 43.52º 0.91% 0.78% -
XYZ 34.83 34.14 5.33 -
YUV 149.9 53.57 163.73 -
System Red Green Blue C M Y K H S L
Decimal 200 150 18 0 0.25 0.91 0.22 43.52 0.83 0.43
Hex C8 96 12 0 19 5B 16 2C 53 2B
Octal 310 226 22 0 31 133 26 54 123 53
Binary 11001000 10010110 10010 0 11001 1011011 10110 101100 1010011 101011

Color Harmonies of #C89612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89612

Black with #C89612

Text Example


Text Example

White with #C89612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89612; }

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

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

background-color css

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

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

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

border-color css

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

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

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