Html Css Color HEX #C89A0C Buddha Gold

📋 copy color: '#C89A0C'

red 200 ◦ green 154 ◦ blue 12

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

Shades of Buddha Gold #C89A0C

Tints of Buddha Gold #C89A0C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 42.08%

 BLUE value IS 12 (5.08% from 255) = 3.28%

R = 54.64%
G = 42.08%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C89A0C (or 0xC89A0C) is known color: Buddha Gold. HEX triplet: C8, 9A and 0C. RGB value is (200,154,12). Sum of RGB (Red+Green+Blue) = 200+154+12=366 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.64% from 366); Green value is 154 (60.55% from 255 or 42.08% from 366); Blue value is 12 (5.08% from 255 or 3.28% from 366); Max value from RGB is 200 - color contains mainly: red. Hex color #C89A0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89A0C is #3765F3. Grayscale: #989898. Windows color (decimal): -3630580 or 826056. OLE color: 826056.

HSL color Cylindrical-coordinate representation of color #C89A0C: hue angle of 45.32º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C89A0C is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 154 12 -
CMYK 0 0.23 0.94 0.22
HSL 45.32º 0.89% 0.42% -
HSV(B) 45.32º 0.94% 0.78% -
XYZ 35.44 35.42 5.32 -
YUV 151.57 49.24 162.55 -
System Red Green Blue C M Y K H S L
Decimal 200 154 12 0 0.23 0.94 0.22 45.32 0.89 0.42
Hex C8 9A C 0 17 5E 16 2D 59 2A
Octal 310 232 14 0 27 136 26 55 131 52
Binary 11001000 10011010 1100 0 10111 1011110 10110 101101 1011001 101010

Color Harmonies of #C89A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89A0C

Black with #C89A0C

Text Example


Text Example

White with #C89A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89A0C; }

 p { color: rgb(200,154,12); }

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

background-color css

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

 a { background-color: rgb(200,154,12); }

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

border-color css

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

 span { border-color: rgb(200,154,12); }

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