Html Css Color HEX #C89609 Buddha Gold

📋 copy color: '#C89609'

red 200 ◦ green 150 ◦ blue 9

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

Shades of Buddha Gold #C89609

Tints of Buddha Gold #C89609

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.51%

R = 55.71%
G = 41.78%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C89609 (or 0xC89609) is known color: Buddha Gold. HEX triplet: C8, 96 and 09. RGB value is (200,150,9). Sum of RGB (Red+Green+Blue) = 200+150+9=359 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.71% from 359); Green value is 150 (58.98% from 255 or 41.78% from 359); Blue value is 9 (3.91% from 255 or 2.51% from 359); Max value from RGB is 200 - color contains mainly: red. Hex color #C89609 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89609 is #3769F6. Grayscale: #959595. Windows color (decimal): -3631607 or 628424. OLE color: 628424.

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

Color convert

RGB 200 150 9 -
CMYK 0 0.25 0.96 0.22
HSL 44.29º 0.91% 0.41% -
HSV(B) 44.29º 0.96% 0.78% -
XYZ 34.78 34.11 5.01 -
YUV 148.88 49.07 164.46 -
System Red Green Blue C M Y K H S L
Decimal 200 150 9 0 0.25 0.96 0.22 44.29 0.91 0.41
Hex C8 96 9 0 19 60 16 2C 5B 29
Octal 310 226 11 0 31 140 26 54 133 51
Binary 11001000 10010110 1001 0 11001 1100000 10110 101100 1011011 101001

Color Harmonies of #C89609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89609

Black with #C89609

Text Example


Text Example

White with #C89609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89609; }

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

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

background-color css

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

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

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

border-color css

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

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

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